Added plenty lots of options

This commit is contained in:
Bert
2011-01-28 13:34:16 +01:00
parent 17e2a795bb
commit 8123d63c5b
10 changed files with 126 additions and 34 deletions

View File

@ -45,7 +45,7 @@ typedef struct win_s {
int y;
int bw;
int fullscreen;
unsigned char fullscreen;
} win_t;
void win_open(win_t*);