Re: Resolution switches in full screen mode

2003-11-30 Thread Lionel Ulmer
> There are 2 ways to do it: > 1. Call SYSMETRICS_Set from x11drv when the resolution changes and update > the values of SM_CXSCREEN, SM_CYSCREEN etc. > Disadvantage: probably breaks DLL separation. I think something like that is in the work as parts of Alex' rework of the Desktop mode with the in

Resolution switches in full screen mode

2003-11-30 Thread Ciprian Enache
My first post! Here we go: To make resolution switches work OK in Wine full-screen apps (mostly games) there are a couple of SYSMETRICS that need to be kept updated (SM_CYSCREEN, SM_CXSCREEN - the vertical and horizontal resolution) There are 2 ways to do it: 1. Call SYSMETRICS_Set from x11dr