App only starts in fullscreen

Hello.

My app only starts in fullscreen not in a window. I am using Windowmake
and this piece of code:

screen = SDL_SetVideoMode(640, 480, 0, 0);

The last 0 should make the app start in a window, or?

Thanks for answer

Christian Hemker