--- xye-0.12.1.old/src/window.cpp +++ xye-0.12.1/src/window.cpp @@ -129,7 +129,7 @@ Height=height; SDL_Init(SDL_INIT_VIDEO); - surface=SDL_SetVideoMode(width,height, 32, 0); + surface=SDL_SetVideoMode(width,height, 32, SDL_FULLSCREEN); transition = NULL; @@ -143,7 +143,7 @@ if((Width==width) && (Height==height)) return; Width = width; Height = height; - surface=SDL_SetVideoMode(width,height, 32, 0); + surface=SDL_SetVideoMode(width,height, 32, SDL_FULLSCREEN); }