SDL Win32 Windows

Hi,

is there a way to remove the maximize, minimize and close button ?
i know theres a way with the SDL_NOFRAME flag, but how can i do this with
a title bar?

Regards
Thomas

Hi,

is there a way to remove the maximize, minimize and close button ?
i know theres a way with the SDL_NOFRAME flag, but how can i do this >>
with a title bar?

Regards
Thomas

The only way you are going to be able to do this is to create your
own window through win32 api calls and then feed it’s handle to SDL
instead of using SDL_SetVideoMode. This will render your code
unportable unless you #ifdef all the win32 bits and provide code for
other platforms.