Formatting.

This commit is contained in:
Camilla Berglund 2012-02-07 17:19:38 +01:00
parent cd670c34a2
commit 30ae9bdd47

View File

@ -40,9 +40,9 @@
#include <ctype.h>
#include <locale.h>
static GLboolean keyrepeat = 0;
static GLboolean systemkeys = 1;
static GLboolean closeable = 1;
static GLboolean keyrepeat = GL_FALSE;
static GLboolean systemkeys = GL_TRUE;
static GLboolean closeable = GL_TRUE;
static unsigned int counter = 0;
static const char* get_key_name(int key)