aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/state/state.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-31 15:15:40 -0400
committerDavid Robillard <d@drobilla.net>2016-07-31 15:19:35 -0400
commitcb0fd14636a32785963474a8d9400ba9bd2ff1e2 (patch)
treea6012874ad932c41b3521a37539c7b0a241b6b74 /lv2/lv2plug.in/ns/ext/state/state.h
parent0bfaa3cfd32f06f1f14688ba5f4d4f15dc2e9633 (diff)
downloadlv2-cb0fd14636a32785963474a8d9400ba9bd2ff1e2.tar.xz
Add state:threadSafeRestore feature
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/state/state.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/state/state.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/lv2/lv2plug.in/ns/ext/state/state.h b/lv2/lv2plug.in/ns/ext/state/state.h
index d446b30..0567e1b 100644
--- a/lv2/lv2plug.in/ns/ext/state/state.h
+++ b/lv2/lv2plug.in/ns/ext/state/state.h
@@ -35,12 +35,13 @@
#define LV2_STATE_URI "http://lv2plug.in/ns/ext/state"
#define LV2_STATE_PREFIX LV2_STATE_URI "#"
-#define LV2_STATE__State LV2_STATE_PREFIX "State"
-#define LV2_STATE__interface LV2_STATE_PREFIX "interface"
-#define LV2_STATE__loadDefaultState LV2_STATE_PREFIX "loadDefaultState"
-#define LV2_STATE__makePath LV2_STATE_PREFIX "makePath"
-#define LV2_STATE__mapPath LV2_STATE_PREFIX "mapPath"
-#define LV2_STATE__state LV2_STATE_PREFIX "state"
+#define LV2_STATE__State LV2_STATE_PREFIX "State"
+#define LV2_STATE__interface LV2_STATE_PREFIX "interface"
+#define LV2_STATE__loadDefaultState LV2_STATE_PREFIX "loadDefaultState"
+#define LV2_STATE__makePath LV2_STATE_PREFIX "makePath"
+#define LV2_STATE__mapPath LV2_STATE_PREFIX "mapPath"
+#define LV2_STATE__state LV2_STATE_PREFIX "state"
+#define LV2_STATE__threadSafeRestore LV2_STATE_PREFIX "threadSafeRestore"
#ifdef __cplusplus
extern "C" {