X11: open window on its previous position

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
Thomas Bernard
2018-07-03 14:49:12 +02:00
parent 80f2f681b3
commit 1d023c49e2
3 changed files with 13 additions and 1 deletions

View File

@@ -1092,7 +1092,7 @@ void Program_shutdown(void)
}
#endif
// Config.Window_pos_x / Config.Window_pos_y are set in win32screen.c
#else
#elif !defined(USE_X11)
// All other targets: irrelevant dimensions.
// Do not attempt to force them back on next program run.
Config.Window_pos_x = 9999;