[gtk/wip/chergert/gdk-macos-fixes: 8/9] gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py




commit 41101673c3ecfadca2cddfc3298d51059ebbea2c
Author: Christian Hergert <chergert redhat com>
Date:   Fri Oct 9 20:05:20 2020 -0700

    gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py

 gtk/gentypefuncs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gentypefuncs.py b/gtk/gentypefuncs.py
index d21622961a..23a874aae7 100644
--- a/gtk/gentypefuncs.py
+++ b/gtk/gentypefuncs.py
@@ -72,7 +72,7 @@ for f in funcs:
     file_output += ['*tp++ = {0}();'.format(f)]
     file_output += ['#endif']
   elif f.startswith('gdk_quartz'):
-    file_output += ['#ifdef GDK_WINDOWING_QUARTZ']
+    file_output += ['#ifdef GDK_WINDOWING_MACOS']
     file_output += ['*tp++ = {0}();'.format(f)]
     file_output += ['#endif']
   elif f.startswith('gsk_vulkan'):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]