Window minimum and maximum size

Hi

I use SDL_SetWindowMinimumSize and SDL_SetWindowMaximumSize to set a minimum and maximum size for my main window right after creating it. But when I run my program I can still resize the window to any size I want (i.e. smaller than the minimum size and larger than the maximum size). Do I have to do anything else to prevent the user from resizing the window to larger or smaller sizes than the maximum and minimum size, respectively?

I use SDL_SetWindowMinimumSize and SDL_SetWindowMaximumSize to set a
minimum and maximum size for my main window right after creating it. But
when I run my program I can still resize the window to any size I want
(i.e. smaller than the minimum size and larger than the maximum size).

Which platform?

–ryan.

Which platform?

Debian/GNU Linux with 3.10.9 kernel, NVidia driver 325.15, Xorg 1.12.4 and Fluxbox 1.3.5.