diff --git a/docs/reference/gtk/wayland.md b/docs/reference/gtk/wayland.md index 8b2d9f2155..a0882b581c 100644 --- a/docs/reference/gtk/wayland.md +++ b/docs/reference/gtk/wayland.md @@ -18,3 +18,8 @@ or wayland-1. ### XDG_RUNTIME_DIR Used to locate the Wayland socket to use. + +## Wayland-specific APIs + +See the [documentation](https://docs.gtk.org/gdk4-wayland/) for +Wayland-specific GDK APIs. diff --git a/docs/reference/gtk/x11.md b/docs/reference/gtk/x11.md index 2946747dee..17de7ef7d5 100644 --- a/docs/reference/gtk/x11.md +++ b/docs/reference/gtk/x11.md @@ -25,6 +25,11 @@ high-dpi displays. Normally, GDK will pick up a suitable scale factor for each monitor from the display system. This environment variable allows to override that. +## X11-specific APIs + +See the [documentation](https://docs.gtk.org/gdk4-x11/) for +X11-specific GDK APIs. + ## Understanding the X11 architecture People coming from a Windows or MacOS background often find certain