[gtk/matthiasc/for-master: 2/13] docs: Stop referring to the Quartz backend




commit 1d8096de6e0948c927ef0c45855e355f1ca2f71e
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 29 07:40:48 2020 -0400

    docs: Stop referring to the Quartz backend
    
    Its MacOS now.

 gdk/x11/gdkmain-x11.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c
index b7a7e3b9cd..7c5fbf2763 100644
--- a/gdk/x11/gdkmain-x11.c
+++ b/gdk/x11/gdkmain-x11.c
@@ -68,10 +68,10 @@
  *     }
  *   else
  * #endif
- * #ifdef GDK_WINDOWING_QUARTZ
- *   if (GDK_IS_QUARTZ_DISPLAY (display))
+ * #ifdef GDK_WINDOWING_MACOS
+ *   if (GDK_IS_MACOS_DISPLAY (display))
  *     {
- *       // make Quartz-specific calls here
+ *       // make MacOS-specific calls here
  *     }
  *   else
  * #endif


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