forgot to set use to true (not that its useful, but avoid confusion that

could arise when returning false)


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1379 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-07-29 05:33:07 +00:00
parent 3173417248
commit 01d00ef0d0

View File

@ -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;
}