diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2021-03-09 11:46:05 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-29 05:48:29 +0000 |
commit | b6bc35b845163de5ab2bfa9521bdf4d8aef28604 (patch) | |
tree | 18c1894e01cad39170ff0cdf2d0fbe7faaec7ffd /fixesproto.pc.in | |
parent | 559141495b89e4964960ea6ba92322d9766883ff (diff) |
xfixes: Add ClientDisconnectMode
The Xserver itself is capable of terminating itself once all X11 clients
are gone, yet in a typical full session, there are a number of X11
clients running continuously (e.g. the Xsettings daemon, IBus, etc.).
Those always-running clients will prevent the Xserver from terminating,
because the actual number of X11 clients will never drop to 0.
To solve this issue directly at the Xserver level, this add new entries
to the XFixes extension to let the X11 clients themselves specify the
disconnect mode they expect.
Typically, those X11 daemon clients would specify the disconnect mode
XFixesClientDisconnectFlagTerminate to let the Xserver know that they
should not be accounted for when checking the remaining clients prior
to terminate.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Diffstat (limited to 'fixesproto.pc.in')
-rw-r--r-- | fixesproto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixesproto.pc.in b/fixesproto.pc.in index 5274728..05917d8 100644 --- a/fixesproto.pc.in +++ b/fixesproto.pc.in @@ -3,6 +3,6 @@ includedir=@includedir@ Name: FixesProto Description: X Fixes extension headers -Version: 5.0 +Version: 6.0 Cflags: -I${includedir} Requires: xextproto >= 7.0.99.1 |