Renamed internal macro to match conventions.

This commit is contained in:
Camilla Berglund
2013-01-15 22:44:50 +01:00
parent d406b48007
commit 355af57b91
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ typedef struct _GLFWmonitor _GLFWmonitor;
//========================================================================
// Internal key state used for sticky keys
#define GLFW_STICK 2
#define _GLFW_STICK 2
//========================================================================