mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Shows titlebar text again with X11
This commit is contained in:
parent
7cce305c06
commit
6c108a8d27
@ -722,7 +722,7 @@ void x11_update_title(void *data, video_frame_info_t *video_info)
|
||||
|
||||
video_driver_get_window_title(title, sizeof(title));
|
||||
|
||||
if (title[0] && video_info->monitor_fps_enable)
|
||||
if (title[0])
|
||||
XStoreName(g_x11_dpy, g_x11_win, title);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user