docs: Fix up the style of the X11 content file

This commit is contained in:
Emmanuele Bassi 2021-02-17 17:52:20 +00:00
parent 6f93e63d21
commit d621a37a60

View File

@ -12,12 +12,12 @@ in the GDK manual.
:
The X11 GDK backend can be influenced with some additional environment variables.
### GDK_SYNCHRONIZE
### `GDK_SYNCHRONIZE`
If set, GDK makes all X requests synchronously. This is a useful
option for debugging, but it will slow down the performance considerably.
### GDK_SCALE
### `GDK_SCALE`
Must be set to an integer, typically 2. If set, GDK will scale all
windows by the specified factor. Scaled output is meant to be used on
@ -25,7 +25,7 @@ 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.
## Understanding the X11 architecture {#gtk-X11-arch}
## Understanding the X11 architecture
People coming from a Windows or MacOS background often find certain
aspects of the X Window System surprising. This section introduces
@ -62,6 +62,7 @@ you must ask the window manager to do so on your behalf, using an
established [convention](http://www.freedesktop.org/standards/).
GTK has functions for asking the window manager to do various things;
see for example gtk_window_minimize() or gtk_window_maximize().
see for example [method@Gtk.Window.minimize] or [method@Gtk.Window.maximize].
Keep in mind that most window managers *will* ignore certain requests
from time to time, in the interests of good user interface.