diff --git a/internal/desktop/drop/drop.h b/internal/desktop/drop/drop.h index 6b128f1c..da2a06e9 100644 --- a/internal/desktop/drop/drop.h +++ b/internal/desktop/drop/drop.h @@ -8,18 +8,18 @@ enum { }; static void drag_data_get( - GtkWidget *widget, - GdkDragContext *context, - GtkSelectionData *data, - guint target_type, - guint time, - gpointer user_data + GtkWidget *widget, + GdkDragContext *context, + GtkSelectionData *data, + guint target_type, + guint time, + gpointer user_data ); static void drag_end( - GtkWidget *widget, - GdkDragContext *context, - gpointer user_data + GtkWidget *widget, + GdkDragContext *context, + gpointer user_data ); void drag_window(char **uris);