99038b583c
Accepting request 1079290 from home:dirkmueller:Factory
Stefan Dirsch2023-04-14 08:02:15 +00:00
f4f0b0e51e
- Update to version 6.0.1 * 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
Stefan Dirsch2023-04-10 08:45:19 +00:00
f5629a7533
- fixesproto-6.0.patch implements the update to version 6.0.0
Stefan Dirsch2021-12-01 13:01:08 +00:00
2973155904
- update to version 6.0 is needed for GNOME41, particularly the gnome-settings-daemon's new feature to disconnect from Xwayland (JIRA #SLE-22829)
Stefan Dirsch2021-12-01 12:53:56 +00:00
4fadcbe926
- 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.
Stefan Dirsch2021-05-12 09:36:17 +00:00