mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
A proper fix for win32 build
This commit is contained in:
parent
af44019baf
commit
895b9ff43f
@ -512,7 +512,7 @@ _gdk_window_impl_new (GdkWindow *window,
|
||||
(private->window_type == GDK_WINDOW_DIALOG ? "DIALOG" :
|
||||
(private->window_type == GDK_WINDOW_TEMP ? "TEMP" :
|
||||
"???")))),
|
||||
(attributes->wclass == GDK_INPUT_OUTPUT ? "" : "input-only")),
|
||||
(attributes->wclass == GDK_INPUT_OUTPUT ? "" : "input-only"))
|
||||
);
|
||||
|
||||
/* to ensure to not miss important information some additional check against
|
||||
|
Loading…
Reference in New Issue
Block a user