From 435bc2fc2c0eb78addac1e688411ad8fad02517a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jun 2007 22:29:56 +0000 Subject: Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT depend on GTK!). git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 31913ad..4d20e4f 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -28,6 +28,7 @@ extern "C" { #include #include #include +#include @@ -97,6 +98,14 @@ struct _InstanceImpl { }; +/* ********* GUI Instance ********* */ +struct _GUIInstanceImpl { + void* lib_handle; + const LV2UI_Descriptor* lv2ui_descriptor; + LV2UI_Handle lv2ui_handle; + void* widget; +}; + /* ********* Plugin Class ********* */ -- cgit v1.2.1