[gtk: 1/2] macos: fix typo that breaks compilation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] macos: fix typo that breaks compilation
- Date: Wed, 16 Dec 2020 20:18:28 +0000 (UTC)
commit 81c55b06d2d8ee3f70d070f5f1a77b45dd4f5d53
Author: Tom Schoonjans <Tom Schoonjans rfi ac uk>
Date: Wed Dec 16 19:16:19 2020 +0000
macos: fix typo that breaks compilation
gdk/macos/gdkmacostoplevelsurface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/macos/gdkmacostoplevelsurface.c b/gdk/macos/gdkmacostoplevelsurface.c
index e1f60e8221..4a84dc8304 100644
--- a/gdk/macos/gdkmacostoplevelsurface.c
+++ b/gdk/macos/gdkmacostoplevelsurface.c
@@ -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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]