- xorgproto 2021.4
The big new feature in this release is Olivier's addition that makes up XFixes 6: the new ClientDisconnectMode. An X server that is started on demand (Xwayland) should ideally also terminate when the last client disconnects. However, some X11 clients that provide system services will linger around forever, preventing that shutdown. With the new XFixes request, a client can designate itself as to-be-terminated and the X server can ignore those clients when counting the number of remaining clients. If no other clients are left, the server can shut down. Note that this requires changes to the X server and each client to work. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorgproto?expand=0&rev=15
This commit is contained in:
parent
be79092ebb
commit
df40f95b09
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c732b14fc7c7db64306374d9e8386d6172edbb93f587614df1938b9d9b9d737
|
||||
size 876100
|
3
xorgproto-2021.4.tar.bz2
Normal file
3
xorgproto-2021.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f5157030162844b398e7ce69b8bb967c2edb8064b0a9c9bb5517eb621459fbf
|
||||
size 885414
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 09:04:25 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- xorgproto 2021.4
|
||||
The big new feature in this release is Olivier's addition that makes up
|
||||
XFixes 6: the new ClientDisconnectMode. An X server that is started on
|
||||
demand (Xwayland) should ideally also terminate when the last client
|
||||
disconnects. However, some X11 clients that provide system services will
|
||||
linger around forever, preventing that shutdown.
|
||||
|
||||
With the new XFixes request, a client can designate itself as
|
||||
to-be-terminated and the X server can ignore those clients when counting the
|
||||
number of remaining clients. If no other clients are left, the server can
|
||||
shut down.
|
||||
|
||||
Note that this requires changes to the X server and each client to work.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 10:42:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xorgproto
|
||||
Version: 2021.3
|
||||
Version: 2021.4
|
||||
Release: 0
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Summary: The X11 Protocol collection
|
||||
|
Loading…
Reference in New Issue
Block a user