Fixed X11 arrow cursor image.

Fixes #541.
This commit is contained in:
Camilla Berglund
2015-06-25 12:58:09 +02:00
parent 1984d40e33
commit 19a28e2c9f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ static int translateCursorShape(int shape)
switch (shape)
{
case GLFW_ARROW_CURSOR:
return XC_arrow;
return XC_left_ptr;
case GLFW_IBEAM_CURSOR:
return XC_xterm;
case GLFW_CROSSHAIR_CURSOR: