mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
macos: fix typo that breaks compilation
This commit is contained in:
parent
591c2f0595
commit
81c55b06d2
@ -97,7 +97,7 @@ _gdk_macos_toplevel_surface_present (GdkToplevel *toplevel,
|
|||||||
GdkSurfaceHints mask;
|
GdkSurfaceHints mask;
|
||||||
NSWindowStyleMask style_mask;
|
NSWindowStyleMask style_mask;
|
||||||
gboolean maximize;
|
gboolean maximize;
|
||||||
gboolean fullscreen
|
gboolean fullscreen;
|
||||||
|
|
||||||
g_assert (GDK_IS_MACOS_TOPLEVEL_SURFACE (self));
|
g_assert (GDK_IS_MACOS_TOPLEVEL_SURFACE (self));
|
||||||
g_assert (GDK_IS_MACOS_WINDOW (nswindow));
|
g_assert (GDK_IS_MACOS_WINDOW (nswindow));
|
||||||
|
Loading…
Reference in New Issue
Block a user