Index: sdl.c =================================================================== RCS file: /cvsroot/qemu/qemu/sdl.c,v retrieving revision 1.21 diff -u -r1.21 sdl.c --- sdl.c 17 Jan 2005 22:32:23 -0000 1.21 +++ sdl.c 20 Jul 2005 09:37:07 -0000 @@ -53,7 +53,6 @@ // printf("resizing to %d %d\n", w, h); flags = SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_HWACCEL; - flags |= SDL_RESIZABLE; if (gui_fullscreen) flags |= SDL_FULLSCREEN; screen = SDL_SetVideoMode(w, h, 0, flags);