summaryrefslogtreecommitdiffstats
path: root/src/x11_in_gtk2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11_in_gtk2.c')
-rw-r--r--src/x11_in_gtk2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11_in_gtk2.c b/src/x11_in_gtk2.c
index d939cc4..95d5394 100644
--- a/src/x11_in_gtk2.c
+++ b/src/x11_in_gtk2.c
@@ -72,7 +72,7 @@ suil_x11_wrapper_realize(GtkWidget* w, gpointer data)
}
static int
-wrapper_resize(LV2UI_Resize_Handle handle, int width, int height)
+wrapper_resize(LV2UI_Feature_Handle handle, int width, int height)
{
gtk_widget_set_size_request(GTK_WIDGET(handle), width, height);
return 0;