Add missing newline to debugging output
This commit is contained in:
@ -548,7 +548,7 @@ _gdk_window_impl_new (GdkWindow *window,
|
|||||||
private->input_only = TRUE;
|
private->input_only = TRUE;
|
||||||
draw_impl->colormap = gdk_screen_get_system_colormap (_gdk_screen);
|
draw_impl->colormap = gdk_screen_get_system_colormap (_gdk_screen);
|
||||||
g_object_ref (draw_impl->colormap);
|
g_object_ref (draw_impl->colormap);
|
||||||
GDK_NOTE (MISC, g_print ("... GDK_INPUT_ONLY, system colormap"));
|
GDK_NOTE (MISC, g_print ("... GDK_INPUT_ONLY, system colormap\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (private->window_type)
|
switch (private->window_type)
|
||||||
|
|||||||
Reference in New Issue
Block a user