Renamed cursor window library struct member.

Since _glfwPlatformWindowFocused it has a more limited role.
This commit is contained in:
Camilla Berglund
2015-06-17 11:59:39 +02:00
parent 226f85efcb
commit cc4c232956
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ struct _GLFWlibrary
_GLFWcursor* cursorListHead;
_GLFWwindow* windowListHead;
_GLFWwindow* focusedWindow;
_GLFWwindow* cursorWindow;
_GLFWmonitor** monitors;
int monitorCount;