mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
Set g_has_focus to true when MapNotify hits.
This commit is contained in:
parent
79a75a43db
commit
0487fdb0e8
@ -148,7 +148,7 @@ void gfx_ctx_check_window(bool *quit,
|
||||
break;
|
||||
|
||||
case MapNotify:
|
||||
g_has_focus = false;
|
||||
g_has_focus = true;
|
||||
break;
|
||||
|
||||
case UnmapNotify:
|
||||
|
Loading…
x
Reference in New Issue
Block a user