mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 21:37:17 +00:00
ccb224043b
The protocol error reported in #1521 is caused by two different issues. First xdg-screensaver fails to parse decimal values for the window id (https://bugzilla.redhat.com/show_bug.cgi?id=1274931). Using the hex notation fixes this part. Second, the script reads the WM_NAME property from the window which is not yet available at this time. Calling x11_update_window_title() early ensures the property is set when xdg-screensaver is run.