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:
parent
6cc1b97fc5
commit
155833dd81
11 changed files with 22 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue