From a87d1702308f92bca4c82b07256ed9c66c7206f9 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Sun, 29 Jul 2012 05:33:07 +0000 Subject: [PATCH] forgot to set use to true (not that its useful, but avoid confusion that could arise when returning false) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1379 7f0cb862-5218-0410-a997-914c9d46530a --- src/x11/fg_cursor_x11.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x11/fg_cursor_x11.c b/src/x11/fg_cursor_x11.c index d8ce64c..ab5e015 100644 --- a/src/x11/fg_cursor_x11.c +++ b/src/x11/fg_cursor_x11.c @@ -161,4 +161,6 @@ void fghPlatformGetCursorPos(SFG_XYUse *mouse_pos) &junk_window, &junk_window, &mouse_pos->X, &mouse_pos->Y, &junk_pos, &junk_pos, &junk_mask); + + mouse_pos->Use = GL_TRUE; } -- 1.7.10.4