[gtk/matthiasc/for-master: 3/13] docs: Include GDK_WINDOWING_MACOS




commit 8e13284edc1b538e03396934601b4f0ced2e6510
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 29 12:35:28 2020 -0400

    docs: Include GDK_WINDOWING_MACOS
    
    We no longer have a Quartz backend, it is called
    MacOS now.

 docs/reference/gdk/gdk4-sections.txt | 2 +-
 gdk/gdk.c                            | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt
index 9373f948f3..ac187474cf 100644
--- a/docs/reference/gdk/gdk4-sections.txt
+++ b/docs/reference/gdk/gdk4-sections.txt
@@ -8,7 +8,7 @@
 <SUBSECTION>
 GDK_WINDOWING_X11
 GDK_WINDOWING_WIN32
-GDK_WINDOWING_QUARTZ
+GDK_WINDOWING_MACOS
 GDK_WINDOWING_WAYLAND
 
 <SUBSECTION>
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 1cb48f411b..874e993892 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -87,12 +87,12 @@
  */
 
 /**
- * GDK_WINDOWING_QUARTZ:
+ * GDK_WINDOWING_MACOS:
  *
- * The #GDK_WINDOWING_QUARTZ macro is defined if the Quartz backend
+ * The #GDK_WINDOWING_MACOS macro is defined if the MacOS backend
  * is supported.
  *
- * Use this macro to guard code that is specific to the Quartz backend.
+ * Use this macro to guard code that is specific to the MacOS backend.
  */
 
 /**


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