mirror of https://github.com/snes9xgit/snes9x.git
Request keyboard focus before entering event loop.
This commit is contained in:
parent
e61dd2aba0
commit
5869118074
|
@ -123,6 +123,8 @@ main (int argc, char *argv[])
|
|||
gui_config->flush_joysticks ();
|
||||
#endif
|
||||
|
||||
gtk_window_present (top_level->get_window ());
|
||||
|
||||
gdk_threads_lock ();
|
||||
|
||||
gtk_main ();
|
||||
|
|
Loading…
Reference in New Issue