gennariarmando / gta2-frontend-fix

FrontendFix is a plugin that enhances, improves and makes you enjoy GTA2 on modern machines.
25 stars 2 forks source link

Don't move window when ALT-tabbing #9

Open christoffer00 opened 6 months ago

christoffer00 commented 6 months ago

Currently when running the application in windowed mode the window is centered every time it regains focus. Passing the SWP_NOMOVE flag to SetWindowPos in Main.cpp on line 2532 seems to cause the window to remain in place. This is something I found annoying when ALT-tabbing the game although I don't know if it is intended behavior or not.