Window reshape events?

Upon porting my glut-stuff to SDL I came across this problem:

When an SDL window is resized, how do I notice this and get the
new size (I’m looking for a replacement to the glutReshapeFunc)? Or is this
just something that cannot happen?

Upon porting my glut-stuff to SDL I came across this problem:

When an SDL window is resized, how do I notice this and get the
new size (I’m looking for a replacement to the glutReshapeFunc)? Or is this
just something that cannot happen?

There is currently no window resize support. SDL windows are fixed.

Is there demand for user-resizable windows?

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec