Make SDL fullscreen optional

This commit is contained in:
Iwan Timmer
2015-09-06 18:56:40 +02:00
parent 0add19f332
commit 5e66091935
7 changed files with 46 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ typedef struct _CONFIGURATION {
char key_dir[4096];
bool sops;
bool localaudio;
bool fullscreen;
struct input_config inputs[MAX_INPUTS];
int inputsCount;
} CONFIGURATION, *PCONFIGURATION;