diff options
author | David Robillard <d@drobilla.net> | 2012-03-26 03:58:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-26 03:58:21 +0000 |
commit | 15c291b3dd247dd30141b40a3d204f47aa7bc1af (patch) | |
tree | 2b12389ad4009c82c9e8820fc5cf07104f820aee /src/suil_internal.h | |
parent | 6d02219044cbafc072c0eed93ce65eddc17b0961 (diff) | |
download | suil-15c291b3dd247dd30141b40a3d204f47aa7bc1af.tar.gz suil-15c291b3dd247dd30141b40a3d204f47aa7bc1af.tar.bz2 suil-15c291b3dd247dd30141b40a3d204f47aa7bc1af.zip |
Update for latest LV2.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4106 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/suil_internal.h')
-rw-r--r-- | src/suil_internal.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/suil_internal.h b/src/suil_internal.h index 0f35ab5..15ef284 100644 --- a/src/suil_internal.h +++ b/src/suil_internal.h @@ -31,9 +31,6 @@ static inline char* dlerror(void) { return "Unknown error"; } #endif #include "lv2/lv2plug.in/ns/extensions/ui/ui.h" -#ifdef HAVE_LV2_UI_RESIZE -#include "lv2/lv2plug.in/ns/ext/ui-resize/ui-resize.h" -#endif #include "suil/suil.h" @@ -63,9 +60,7 @@ typedef struct _SuilWrapper { void* lib; LV2_Feature** features; void* impl; -#ifdef HAVE_LV2_UI_RESIZE - LV2_UI_Resize_Feature resize; -#endif + LV2UI_Resize resize; } SuilWrapper; struct SuilInstanceImpl { |