aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-05-14 09:18:36 +0000
committerDavid Robillard <d@drobilla.net>2014-05-14 09:18:36 +0000
commit009755156a4495d1fe38837846a84579ff9d7e27 (patch)
treebb88b7e5096f3547e4c3c6c9262052f84f46280e
parent861f0420ea20d4b7d7bea4d794f88226dce51614 (diff)
downloadlv2-009755156a4495d1fe38837846a84579ff9d7e27.tar.xz
Add accidentally removed ui:updateRate.
-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 4ce0227..91651dd 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.h
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h
@@ -55,6 +55,7 @@
#define LV2_UI__showInterface LV2_UI_PREFIX "showInterface"
#define LV2_UI__touch LV2_UI_PREFIX "touch"
#define LV2_UI__ui LV2_UI_PREFIX "ui"
+#define LV2_UI__updateRate LV2_UI_PREFIX "updateRate"
#define LV2_UI__windowTitle LV2_UI_PREFIX "windowTitle"
/**