diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 13:42:57 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 13:42:57 -0500 |
commit | dc8439ee79acfbe5a86f6e5bd97548cf1839cfa8 (patch) | |
tree | 5ab4980c4973a460e39e457315092c004de529a6 /gdk | |
parent | c6e72c4936728b74673d3b1e92cffdbe3ba6b54b (diff) | |
download | gtk+-dc8439ee79acfbe5a86f6e5bd97548cf1839cfa8.tar.gz |
docs: add missing docs for GDK_WINDOWING_WAYLAND
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdk.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -89,6 +89,15 @@ */ /** + * GDK_WINDOWING_WAYLAND: + * + * The #GDK_WINDOWING_WAYLAND macro is defined if the Wayland backend + * is supported. + * + * Use this macro to guard code that is specific to the Wayland backend. + */ + +/** * GDK_DISABLE_DEPRECATION_WARNINGS: * * A macro that should be defined before including the gdk.h header. |