summaryrefslogtreecommitdiffstats
path: root/src/x11_in_gtk2.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-10 16:20:29 +0000
committerDavid Robillard <d@drobilla.net>2012-04-10 16:20:29 +0000
commit1b3485bcd0fa09e44aff5457db1d399b611a7151 (patch)
tree40f33f1a6488cc5e609d488c31184aec9ab0eba2 /src/x11_in_gtk2.c
parent7662f41abc291d1a0ad58f08853111e2b4402532 (diff)
downloadsuil-1b3485bcd0fa09e44aff5457db1d399b611a7151.tar.gz
suil-1b3485bcd0fa09e44aff5457db1d399b611a7151.tar.bz2
suil-1b3485bcd0fa09e44aff5457db1d399b611a7151.zip
Fix resize feature URI.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4155 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/x11_in_gtk2.c')
-rw-r--r--src/x11_in_gtk2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11_in_gtk2.c b/src/x11_in_gtk2.c
index 09d822c..372de22 100644
--- a/src/x11_in_gtk2.c
+++ b/src/x11_in_gtk2.c
@@ -137,7 +137,7 @@ suil_wrapper_new(SuilHost* host,
wrapper->resize.ui_resize = wrapper_resize;
LV2_Feature* resize_feature = (LV2_Feature*)malloc(sizeof(LV2_Feature));
- resize_feature->URI = "http://lv2plug.in/ns/ext/ui-resize#UIResize";
+ resize_feature->URI = LV2_UI__resize;
resize_feature->data = &wrapper->resize;
wrapper->features[n_features + 1] = resize_feature;