]> Pileus Git - ~andy/gtk/blobdiff - gdk/win32/gdkevents-win32.c
Use g_source_set_name for all custom GSources in GTK+
[~andy/gtk] / gdk / win32 / gdkevents-win32.c
index b5c6174473b5377519c5bd13549ba46cb3994024..d166980ddd787c4230fda166bc44a6e5628e29a7 100644 (file)
@@ -393,6 +393,7 @@ _gdk_events_init (void)
 #endif
 
   source = g_source_new (&event_funcs, sizeof (GSource));
+  g_source_set_name (source, "GDK Win32 event source"); 
   g_source_set_priority (source, GDK_PRIORITY_EVENTS);
 
 #ifdef G_WITH_CYGWIN