docs: Include GDK_WINDOWING_MACOS

We no longer have a Quartz backend, it is called
MacOS now.
This commit is contained in:
Matthias Clasen 2020-10-29 12:35:28 -04:00
parent 29ccd13e15
commit 3617fbab42
3 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@
</MACRO>
<MACRO>
<NAME>GDK_WINDOWING_QUARTZ</NAME>
#define GDK_WINDOWING_QUARTZ
<NAME>GDK_WINDOWING_MACOS</NAME>
#define GDK_WINDOWING_MACOS
</MACRO>
<MACRO>

View File

@ -8,7 +8,7 @@
<SUBSECTION>
GDK_WINDOWING_X11
GDK_WINDOWING_WIN32
GDK_WINDOWING_QUARTZ
GDK_WINDOWING_MACOS
GDK_WINDOWING_WAYLAND
<SUBSECTION>

View File

@ -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.
*/
/**