RetroArch/gfx/drivers_context
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
..
android_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
bbqnx_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
cgl_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
cocoa_gl_ctx.m Add set_flags to context driver 2016-05-05 17:35:28 +02:00
d3d_ctx.cpp Add set_flags to context driver 2016-05-05 17:35:28 +02:00
drm_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
emscriptenegl_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
gfx_null_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
mali_fbdev_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
opendingux_fbdev_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
ps3_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
sdl_gl_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
vc_egl_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
vivante_fbdev_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
wayland_ctx.c Add set_flags to context driver 2016-05-05 17:35:28 +02:00
wgl_ctx.cpp Another fix 2016-05-05 17:58:58 +02:00
x_ctx.c Initialize window name at window creation time (fixes #1521). 2016-05-06 00:17:47 +02:00
xegl_ctx.c Initialize window name at window creation time (fixes #1521). 2016-05-06 00:17:47 +02:00