[gtk: 15/72] gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 15/72] gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py
- Date: Wed, 14 Oct 2020 19:08:10 +0000 (UTC)
commit 036b56a43bf349ec9775ff8e22d801b6b369d04f
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]