move gdk global for modal notification to be with other gdk globals
This commit is contained in:
parent
0901b239c1
commit
b544ac832c
@ -40,6 +40,7 @@ gchar *_gdk_display_name = NULL;
|
|||||||
gint _gdk_screen_number = -1;
|
gint _gdk_screen_number = -1;
|
||||||
gchar *_gdk_display_arg_name = NULL;
|
gchar *_gdk_display_arg_name = NULL;
|
||||||
gboolean _gdk_native_windows = FALSE;
|
gboolean _gdk_native_windows = FALSE;
|
||||||
|
void (*_gdk_modal_notify)(GdkWindow*,gboolean) = 0;
|
||||||
|
|
||||||
GSList *_gdk_displays = NULL;
|
GSList *_gdk_displays = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user