Strange Problem with windowed mode in WinXP

Hi,

I have a very strange Problem with SDL windows in Windows XP:
When I startup and do SDL_SetVideoMode(…) it works, but it sized correctly
(in fact it seems to be the smallest valid size allowed by windows…). When
I move the window using the title bar it resizes to fullscreen.
Everything else works fine…

My system is a Athlon 2200+, Epox EP 8KA3+, Radeon 8500 (64 MB, newest
drivers) using dualscreen (maybe it has something to do with this…),
Windows XP w/o SP using SDL 1.2.5a (precompiled).

Thanx in advance–
Alexander Lauser

Turn off the dualscreen function and test it again to see if that’s the
problem …

// Ramzi FerchichiOn Fri, 2003-06-20 at 12:38, Alexander Lauser wrote:

Hi,

I have a very strange Problem with SDL windows in Windows XP:
When I startup and do SDL_SetVideoMode(…) it works, but it sized correctly
(in fact it seems to be the smallest valid size allowed by windows…). When
I move the window using the title bar it resizes to fullscreen.
Everything else works fine…

My system is a Athlon 2200+, Epox EP 8KA3+, Radeon 8500 (64 MB, newest
drivers) using dualscreen (maybe it has something to do with this…),
Windows XP w/o SP using SDL 1.2.5a (precompiled).

Thanx in advance