aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/ui/ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-29 22:54:59 +0000
committerDavid Robillard <d@drobilla.net>2012-07-29 22:54:59 +0000
commitecb566f2a9c453bd30fd29db29d433813d3f30b9 (patch)
tree3168b102b2f12927f9377c8badbee9bab1203370 /lv2/lv2plug.in/ns/extensions/ui/ui.h
parent2214b8f45e7616ad0e7be44776c32497e5c7f8e7 (diff)
downloadlv2-ecb566f2a9c453bd30fd29db29d433813d3f30b9.tar.xz
Add ui:Gtk3UI.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.h')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h
index 3bb89ad..0907ef4 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.h
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h
@@ -31,6 +31,7 @@
#define LV2_UI_URI "http://lv2plug.in/ns/extensions/ui"
#define LV2_UI_PREFIX LV2_UI_URI "#"
+#define LV2_UI__Gtk3UI LV2_UI_PREFIX "Gtk3UI"
#define LV2_UI__GtkUI LV2_UI_PREFIX "GtkUI"
#define LV2_UI__PortNotification LV2_UI_PREFIX "PortNotification"
#define LV2_UI__Qt4UI LV2_UI_PREFIX "Qt4UI"