summaryrefslogtreecommitdiff
path: root/docs/reference/gdk/wayland.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gdk/wayland.md')
-rw-r--r--docs/reference/gdk/wayland.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gdk/wayland.md b/docs/reference/gdk/wayland.md
index 040e96a4e9..470b7bbcf9 100644
--- a/docs/reference/gdk/wayland.md
+++ b/docs/reference/gdk/wayland.md
@@ -23,7 +23,7 @@ calls to different backends, and error out on unsupported windowing systems:
#endif
#ifdef GDK_WINDOWING_WAYLAND
- if (GTK_IS_WAYLAND_DISPLAY (display))
+ if (GDK_IS_WAYLAND_DISPLAY (display))
{
// make Wayland-specific calls here
}