X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=movie.c;fp=movie.c;h=f279449d03ee3ce1a1dfd9fc34da31fe2ccad2ab;hb=2a9fb276c6db0dd6b2fd5764c45f0e589e3624f2;hp=17cf90fa923e513a7ac686fb805c9bd37c6780e4;hpb=80e5a1ecfdcf19607b736d01cc2bb8b59288c08b;p=cascardo%2Fmovie.git diff --git a/movie.c b/movie.c index 17cf90f..f279449 100644 --- a/movie.c +++ b/movie.c @@ -129,7 +129,7 @@ main (int argc, char **argv) SDL_Event event; ReadPoints ("pro-gnu"); SDL_Init (SDL_INIT_VIDEO | SDL_INIT_TIMER); - screen = SDL_SetVideoMode (800, 600, 32, SDL_HWSURFACE | SDL_DOUBLEBUF | SDL_FULLSCREEN); + screen = SDL_SetVideoMode (800, 600, 32, SDL_HWSURFACE | SDL_DOUBLEBUF); image = IMG_Load ("/home/cascardo/fotos/debconf.jpg"); SDL_AddTimer (0, ShowNext, NULL); while (SDL_WaitEvent (&event))