mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
change formatting.
This commit is contained in:
parent
62ba53dc46
commit
a104fc0525
@ -8,18 +8,18 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static void drag_data_get(
|
static void drag_data_get(
|
||||||
GtkWidget *widget,
|
GtkWidget *widget,
|
||||||
GdkDragContext *context,
|
GdkDragContext *context,
|
||||||
GtkSelectionData *data,
|
GtkSelectionData *data,
|
||||||
guint target_type,
|
guint target_type,
|
||||||
guint time,
|
guint time,
|
||||||
gpointer user_data
|
gpointer user_data
|
||||||
);
|
);
|
||||||
|
|
||||||
static void drag_end(
|
static void drag_end(
|
||||||
GtkWidget *widget,
|
GtkWidget *widget,
|
||||||
GdkDragContext *context,
|
GdkDragContext *context,
|
||||||
gpointer user_data
|
gpointer user_data
|
||||||
);
|
);
|
||||||
|
|
||||||
void drag_window(char **uris);
|
void drag_window(char **uris);
|
||||||
|
Loading…
Reference in New Issue
Block a user