Window resizeable

Hi folks,

Im just wondering how to make a window that can be resizable with SDL. I
used SDL_SetVideoMode to create my window but it is not resizable.
Sorry for the noob question…

thnxs,

Bruce Christopher Barrera------------------
Moderador da lista de discuss?o OpenGL_Brasil
http://br.groups.yahoo.com/group/opengl_brasil/
Moderador da se??o OpenGL do F?rum do PDJ Brasil
http://www.pdj.com.br/forum

“Existem 10 tipos de pessoas. As que entendem binario e as que nao
entendem…”

SDL Doc Project:
http://sdldoc.csn.ul.ie/

Add SDL_RESIZABLE to the window flags in SDL_SetVideoMode.
See here:
http://sdldoc.csn.ul.ie/sdlsetvideomode.php

Regards,
JohannesAm Dienstag 13 Januar 2004 14:24 schrieb Bruce @ OpenGL:

Im just wondering how to make a window that can be resizable with SDL. I
used SDL_SetVideoMode to create my window but it is not resizable.
Sorry for the noob question…