- fixed a minor bug in the UNIX/X11 cursor code, causing an X error and abort
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 28 Feb 2015 04:15:13 +0000 (04:15 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 28 Feb 2015 04:15:13 +0000 (04:15 +0000)
commitbc5a65610a0df72d44f409a2e921a35e6d362db8
tree05127920475620b33a546194d3a14ba80d9f3b29
parentd35af9686a6c11b5ed1629a054fccc4414ba9854
- fixed a minor bug in the UNIX/X11 cursor code, causing an X error and abort
  due to a stale cursor cache, when the application (which calls glutSetCursor),
  uses glutLeaveMainLoop to close the connection to the X server, and then
  re-initializes freeglut and starts over with a new connection.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1749 7f0cb862-5218-0410-a997-914c9d46530a
src/x11/fg_cursor_x11.c