diff options
author | David Robillard <d@drobilla.net> | 2007-09-22 16:54:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-22 16:54:26 +0000 |
commit | 106b0784b8c8347bbbebcedc421030effdc26fd0 (patch) | |
tree | 55dbdd438de387b630a78e837ed23db12e9920cb /src/slv2_internal.h | |
parent | d8fb10e4246b6804e2283e4f83d2bfdccad8ad58 (diff) | |
download | lilv-106b0784b8c8347bbbebcedc421030effdc26fd0.tar.gz lilv-106b0784b8c8347bbbebcedc421030effdc26fd0.tar.bz2 lilv-106b0784b8c8347bbbebcedc421030effdc26fd0.zip |
Updates LV2 and LV2 UI specs.
git-svn-id: http://svn.drobilla.net/lad/slv2@762 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index d2296cf..1dedc50 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -28,7 +28,7 @@ extern "C" { #include <inttypes.h> #include <librdf.h> #include <slv2/types.h> -#include <slv2/lv2-gtk2gui.h> +#include <slv2/lv2_gui.h> @@ -103,7 +103,7 @@ struct _SLV2GUIInstanceImpl { void* lib_handle; const LV2UI_Descriptor* lv2ui_descriptor; LV2UI_Handle lv2ui_handle; - void* widget; + LV2UI_Widget widget; }; |