docs: Stop referring to the Quartz backend

Its MacOS now.
This commit is contained in:
Matthias Clasen 2020-10-29 07:40:48 -04:00
parent 51d35750f6
commit 29ccd13e15
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -4,9 +4,9 @@
#include <gdk/broadway/gdkbroadway.h>
#endif
#ifdef GDK_WINDOWING_QUARTZ
#ifdef GDK_WINDOWING_MACOS
#if HAVE_OBJC
#include <gdk/quartz/gdkquartz.h>
#include <gdk/macos/gdkmacos.h>
#endif
#endif