* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Remove unnecessary casts from malloc & free calls
* Variable scope reduction as recommended by cppcheck
* Mark two dpy parameters const as suggested by cppcheck
* Quiet -Wconditional-uninitialized warnings from clang
* Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
* Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
* Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
* Handle 6 of 9 -Wsign-conversion warnings from clang
* XFixesCloseDisplay: Mark codes as unused
* Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Remove "All rights reserved" from Oracle copyright notices
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=23
- Update to version 6.0.0
* The big new feature here is support for the new
ClientDisconnectMode. From the corresponding
xorgproto announcement:
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/request/show/892438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=12
* The big new feature here is support for the new
ClientDisconnectMode. From the corresponding
xorgproto announcement:
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/libXfixes?expand=0&rev=18