view Xcode/SDLTest/sdlcommon_prefix.h @ 5266:595814f561f7

There is only one width and height for the window. If those are changed during the course of a fullscreen mode change, then they'll stay that size when returning to windowed mode.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 11 Feb 2011 20:49:13 -0800
parents d44a0a913aa2
children
line wrap: on
line source

/*
 *  sdlcommon_prefix.h
 *  SDLTest
 *
 *  Created by Darrell Walisser on Wed Aug 06 2003.
 *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
 *
 */
#ifndef _SDLCOMMON_PREFIX_H_
#define _SDLCOMMON_PREFIX_H_
#include "SDL.h"
#endif