docs: Refer to backend APIs

Add links to the backend api docs.
This commit is contained in:
Matthias Clasen 2021-05-22 13:51:39 -04:00
parent 252edbdbc6
commit b617ba1c82
2 changed files with 10 additions and 0 deletions

View File

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

View File

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