From 89071f1f57f098c2a0aaedc848db29fe496a463d Mon Sep 17 00:00:00 2001 From: dhewg Date: Fri, 20 Jul 2012 21:04:04 +0200 Subject: [PATCH] Provide a stub for GLimp_GrabInput() Fixes compilation of the dedicated server. --- neo/sys/stub/stub_gl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/neo/sys/stub/stub_gl.cpp b/neo/sys/stub/stub_gl.cpp index 90f9ebe8..af25561e 100644 --- a/neo/sys/stub/stub_gl.cpp +++ b/neo/sys/stub/stub_gl.cpp @@ -387,3 +387,4 @@ void GLimp_Shutdown() {}; void GLimp_SwapBuffers() {}; void GLimp_ActivateContext() {}; void GLimp_DeactivateContext() {}; +void GLimp_GrabInput(int flags) {};