GLFB: hide mouse cursor

Origin commit data
------------------
Branch: master
Commit: 2e54579ba6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-06 (Mon, 06 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-06 00:19:45 +02:00
parent 6f49d0294d
commit d16e9dd590

View File

@@ -169,6 +169,7 @@ void GLFramebuffer::run()
else
{
gThiz = this;
glutSetCursor(GLUT_CURSOR_NONE);
glutDisplayFunc(GLFramebuffer::rendercb);
glutKeyboardFunc(GLFramebuffer::keyboardcb);
glutSpecialFunc(GLFramebuffer::specialcb);