Skip to content

Commit

Permalink
Provide a stub for GLimp_GrabInput()
Browse files Browse the repository at this point in the history
Fixes compilation of the dedicated server.
  • Loading branch information
dhewg committed Jul 20, 2012
1 parent 227e8ee commit 89071f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/sys/stub/stub_gl.cpp
Expand Up @@ -387,3 +387,4 @@ void GLimp_Shutdown() {};
void GLimp_SwapBuffers() {}; void GLimp_SwapBuffers() {};
void GLimp_ActivateContext() {}; void GLimp_ActivateContext() {};
void GLimp_DeactivateContext() {}; void GLimp_DeactivateContext() {};
void GLimp_GrabInput(int flags) {};

0 comments on commit 89071f1

Please sign in to comment.