From 560fcb0c2530da4ff2bdd4c622ef53f6743860a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Jul 2007 06:07:06 +0000 Subject: Fix tab/space mixing in lv2-gtk2gui.h git-svn-id: http://svn.drobilla.net/lad/slv2@551 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/lv2-gtk2gui.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slv2') diff --git a/slv2/lv2-gtk2gui.h b/slv2/lv2-gtk2gui.h index fd57d28..82e236b 100644 --- a/slv2/lv2-gtk2gui.h +++ b/slv2/lv2-gtk2gui.h @@ -110,8 +110,8 @@ typedef void* LV2UI_Controller; pointer of this type will be provided to the GUI bu the host in the instantiate() function. */ typedef void (*LV2UI_Set_Control_Function)(LV2UI_Controller controller, - uint32_t port, - float value); + uint32_t port, + float value); typedef struct _LV2UI_Descriptor { @@ -149,10 +149,10 @@ typedef struct _LV2UI_Descriptor { LV2UI_Handle (*instantiate)(const struct _LV2UI_Descriptor* descriptor, const char* plugin_uri, const char* bundle_path, - LV2UI_Set_Control_Function control_function, + LV2UI_Set_Control_Function control_function, LV2UI_Controller controller, struct _GtkWidget** widget, - const LV2_Host_Feature** features); + const LV2_Host_Feature** features); /** Destroy the GUI object and the associated widget. -- cgit v1.2.1