[gtk/wip/chergert/quartz4u: 3/7] macos: switch to macos prefix for gentypefuncs.py
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/quartz4u: 3/7] macos: switch to macos prefix for gentypefuncs.py
- Date: Wed, 22 Jul 2020 01:07:46 +0000 (UTC)
commit e8ed816c83d7ad06e88b7da29702e217064cda26
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 21 17:57:04 2020 -0700
macos: switch to macos prefix for gentypefuncs.py
gtk/gentypefuncs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gentypefuncs.py b/gtk/gentypefuncs.py
index d21622961a..85824921ae 100644
--- a/gtk/gentypefuncs.py
+++ b/gtk/gentypefuncs.py
@@ -71,8 +71,8 @@ for f in funcs:
file_output += ['#ifdef GDK_WINDOWING_WIN32']
file_output += ['*tp++ = {0}();'.format(f)]
file_output += ['#endif']
- elif f.startswith('gdk_quartz'):
- file_output += ['#ifdef GDK_WINDOWING_QUARTZ']
+ elif f.startswith('gdk_macos'):
+ 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]