Removed 'device' from monitor callback.

This commit is contained in:
Camilla Berglund
2012-08-14 15:15:51 +02:00
parent 39c171a61d
commit 2b0f8c2f1e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ struct _GLFWlibrary
GLFWscrollfun scrollCallback;
GLFWkeyfun keyCallback;
GLFWcharfun charCallback;
GLFWmonitordevicefun monitorCallback;
GLFWmonitorfun monitorCallback;
GLFWgammaramp currentRamp;
GLFWgammaramp originalRamp;