Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.

This commit is contained in:
Eli Gottlieb 2010-07-26 17:27:04 -04:00
parent 6cc1b97fc5
commit 155833dd81
11 changed files with 22 additions and 2 deletions

View file

@ -12,7 +12,7 @@
#define SHAPED_WINDOW_Y 150
#define SHAPED_WINDOW_DIMENSION 640
#define TICK_INTERVAL 18
#define TICK_INTERVAL 1000/60
typedef struct LoadedPicture {
SDL_Surface *surface;