pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fullscreen mode (was Re: Windows build )


From: Björn Fischer
Subject: Re: Fullscreen mode (was Re: Windows build )
Date: Wed, 23 Apr 2003 19:05:12 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212



Is it correct that pingus now always goes into full screen mode from the beginning? I liked the smaller window because on a 19" Screen erverything's really big in fullscreen mode. And though I used to have the -f option if I wanted fullscreen mode.

No, fullscreen is not the default. You have to specify explicitly if you
want fullscreen or OpenGL. I usually play it in a window too.
The following lines are in globals.cxx:

-------------------------------------------
#ifdef WIN32
bool        fullscreen_enabled              = true;
#else
bool        fullscreen_enabled              = false;
#endif
--------------------------------------------

looks like fullscreen mode in win32 by default. I removed everything but the fullscreen_enabled = false and everything was fine.

But on what purpose did this code get into the file? Maybe it does anything good we don't know?

Greetings

Björn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]