[SDL] Re: Bug Repport ( or maybe not )

Patrick Ouellet patrick.ouellet at microtecsecurite.com
Wed Jun 20 07:16:53 PDT 2001


I'll try as soon as I get home tonigh...

Thanx Ryan

"Ryan C. Gordon" wrote:
> 
> > SDL_SetVideoMode( 800, 600, 16 , SDL_SWSURFACE | SDL_ANYFORMAT );
> >
> > The window is always created full screen, what ever I do..
> 
> Maybe SDL's falling through to the fbcon driver for some reason?
> 
> Add this after the SetVideoMode() call and see what it spits out after you
> quit the program:
> 
> {
> char buffer[50];
> printf("Using SDL video driver [%s].\n",
>         SDL_VideoDriverName(buffer, sizeof (buffer)));
> }
> 
> --ryan.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Patrick Ouellet - Programmeur Sénior
patrick.ouellet at microtecsecurite.com
Recherche & Devloppement
Les Entreprise Microtec inc.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"First they ignore you. Then they laugh at you.
Then they fight you. Then you win."
-Mohandas Gandhi
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
All source code included (if any ) is
copyright tele-Alarmes Microtec 2001
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=






More information about the SDL mailing list