13
0

move gdk global for modal notification to be with other gdk globals

This commit is contained in:
Paul Davis 2024-08-19 12:32:40 -06:00
parent 0901b239c1
commit b544ac832c

View File

@ -40,6 +40,7 @@ gchar *_gdk_display_name = NULL;
gint _gdk_screen_number = -1;
gchar *_gdk_display_arg_name = NULL;
gboolean _gdk_native_windows = FALSE;
void (*_gdk_modal_notify)(GdkWindow*,gboolean) = 0;
GSList *_gdk_displays = NULL;