diff options
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r-- | frontend/plugin_lib.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index a458f0e..93640c3 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -121,6 +121,11 @@ static void update_input(void) if (actions[IN_BINDTYPE_EMU] & PEV_MENU) stop = 1; keystate = actions[IN_BINDTYPE_PLAYER12]; + +#ifdef X11 + extern void x11_update_keys(void); + x11_update_keys(); +#endif } /* called on every vsync */ |