Torsten Paul ccb224043b Initialize window name at window creation time (fixes #1521).
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.
2016-05-06 00:17:47 +02:00
..
2016-04-23 19:02:40 +02:00
2016-03-02 00:07:31 +01:00
2016-01-10 04:41:52 +01:00
2016-04-22 07:56:32 +02:00
2016-03-01 06:49:05 +01:00
2016-03-25 18:50:49 +01:00
2016-01-10 04:41:52 +01:00
2016-02-05 13:36:18 +01:00