mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
gl_vidsdl.c: fix windowed mode
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@806 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
64f3091f05
commit
2f19420417
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define VID_GRADES (1 << VID_CBITS)
|
||||
|
||||
// moved here for global use -- kristian
|
||||
typedef enum { MS_UNINIT, MS_WINDOWED, MS_FULLSCREEN } modestate_t;
|
||||
typedef enum { MS_UNINIT = -1, MS_WINDOWED, MS_FULLSCREEN } modestate_t;
|
||||
|
||||
extern modestate_t modestate;
|
||||
|
||||
|
|
Loading…
Reference in a new issue