Added GLUT_CURSOR_NONE support in UNIX_X11 (well, NetBSD; you lot need
authorRichard Rauch <rkr@olib.org>
Fri, 7 Nov 2003 07:46:08 +0000 (07:46 +0000)
committerRichard Rauch <rkr@olib.org>
Fri, 7 Nov 2003 07:46:08 +0000 (07:46 +0000)
commit538af851d2328c2be0acbf566fe67011c7ff9e64
tree81864950f0b00f3284b2c5830933ffbe6516595f
parentbbdf33a907eca12ccf0af8ac64847bd1849518f7
Added GLUT_CURSOR_NONE support in UNIX_X11 (well, NetBSD; you lot need
to try it on others; (^&).

Deallocated some resources that we are creating.  VERY slight memory leak,
but plugged now.

These two complete the first two "Open issues" ( (a) and (b) ).  The first
one also completes X support for glutSetCursor().  If others can verify,
we can fully demote the outstanding bug over this to WIN32-specific.

I'll delete the dead Open issues and re-letter the others if someone will
cross-check me.  Or if no one says anything in a day or two.  (^&

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