From 4a49e65f82b8206c1a5f71484e66a191a62c63ad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Mar 2019 22:52:14 +0100 Subject: EXPERIMENT: Add unified static ID header --- lv2/urid/urid.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lv2/urid/urid.h') diff --git a/lv2/urid/urid.h b/lv2/urid/urid.h index c9ee2e0..3706007 100644 --- a/lv2/urid/urid.h +++ b/lv2/urid/urid.h @@ -125,6 +125,23 @@ typedef struct _LV2_URID_Unmap { LV2_URID urid); } LV2_URID_Unmap; +#if 0 +/** + Static URIDs Feature (LV2_URID__staticURIDs) +*/ +typedef struct _LV2_URID_Static_URIDs { + /** + Opaque pointer to host data. + + This MUST be passed to unmap() whenever it is called. + Otherwise, it must not be interpreted in any way. + */ + LV2_URID_Static_URIDs_Handle handle; + + int max_static_id; +} LV2_URID_Static_URIDs; +#endif + #ifdef __cplusplus } /* extern "C" */ #endif -- cgit v1.2.1