Removing maximize button from SDL window

I notice that most of the SDL test programs don’t have a maximize button.
The application I’m working on (Stella - 2600 emulator) includes such a
button, but I don’t want it there, and I don’t know what I’ve done to make
it appear. Any idea how to disable it?

Thanks,
SA

Did you make the window resizable by mistake, by any chance?

2013/1/30, Stephen Anthony :> I notice that most of the SDL test programs don’t have a maximize button.

The application I’m working on (Stella - 2600 emulator) includes such a
button, but I don’t want it there, and I don’t know what I’ve done to make
it appear. Any idea how to disable it?

Thanks,
SA

Did you make the window resizable by mistake, by any chance?

No, I checked that. And it doesn’t seem to happen in OSX, only Linux
(I’ll have to check Windows).On 2013-01-30 5:46 PM, Sik the hedgehog wrote:

2013/1/30, Stephen Anthony <@Stephen_Anthony>:

I notice that most of the SDL test programs don’t have a maximize button.
The application I’m working on (Stella - 2600 emulator) includes such a
button, but I don’t want it there, and I don’t know what I’ve done to make
it appear. Any idea how to disable it?

SDL2 on Windows has a grayed-out maximize button when the window is not
resizable.

Jonny DOn Wed, Jan 30, 2013 at 4:24 PM, Stephen Anthony wrote:

On 2013-01-30 5:46 PM, Sik the hedgehog wrote:

Did you make the window resizable by mistake, by any chance?

No, I checked that. And it doesn’t seem to happen in OSX, only Linux
(I’ll have to check Windows).

2013/1/30, Stephen Anthony :

I notice that most of the SDL test programs don’t have a maximize button.
The application I’m working on (Stella - 2600 emulator) includes such a
button, but I don’t want it there, and I don’t know what I’ve done to
make
it appear. Any idea how to disable it?

_____________**
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/**listinfo.cgi/sdl-libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Sorry I wasn’t clear; this is for SDL 1.2.15

SAOn 2013-01-30 5:59 PM, Jonathan Dearborn wrote:

SDL2 on Windows has a grayed-out maximize button when the window is
not resizable.

Jonny D