macos: fix typo that breaks compilation

This commit is contained in:
Tom Schoonjans 2020-12-16 19:16:19 +00:00
parent 591c2f0595
commit 81c55b06d2

View File

@ -97,7 +97,7 @@ _gdk_macos_toplevel_surface_present (GdkToplevel *toplevel,
GdkSurfaceHints mask;
NSWindowStyleMask style_mask;
gboolean maximize;
gboolean fullscreen
gboolean fullscreen;
g_assert (GDK_IS_MACOS_TOPLEVEL_SURFACE (self));
g_assert (GDK_IS_MACOS_WINDOW (nswindow));