diff options
author | Demi Marie Obenour <demi@invisiblethingslab.com> | 2021-07-20 15:55:26 -0400 |
---|---|---|
committer | Demi Marie Obenour <demiobenour@gmail.com> | 2023-06-01 11:34:37 -0400 |
commit | 6b1012c29c2eee95c6ea2ef63b0e5dc628a6cb7f (patch) | |
tree | 59c2ffd63b873bb51aba3e613bca7cc3c16b4365 /fixesproto.pc.in | |
parent | 5a3d5d624e08cd8fcbe7f4da594dd458f45127d0 (diff) |
Allow client to force server to terminate if it exits
This is intended to be used by screen lockers, where the server must
exit if the screen locker does, to avoid a security hole. As suggested
by Alan Coopersmith, this is implemented using a new flag for the
disconnect mode of the XFixes extension. Includes wording suggestions
from Peter Hutterer.
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.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 05917d8..34143c1 100644 --- a/fixesproto.pc.in +++ b/fixesproto.pc.in @@ -3,6 +3,6 @@ includedir=@includedir@ Name: FixesProto Description: X Fixes extension headers -Version: 6.0 +Version: 6.1 Cflags: -I${includedir} Requires: xextproto >= 7.0.99.1 |