summaryrefslogtreecommitdiff
path: root/src/render/mglxinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mglxinit.cpp')
-rw-r--r--src/render/mglxinit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/mglxinit.cpp b/src/render/mglxinit.cpp
index bcf9eb31e..8908b1b4f 100644
--- a/src/render/mglxinit.cpp
+++ b/src/render/mglxinit.cpp
@@ -36,6 +36,7 @@ void Glx::initFunctions()
assignFunction(glXChooseFBConfig, "glXChooseFBConfig");
assignFunction(glXDestroyContext, "glXDestroyContext");
assignFunction(glXMakeCurrent, "glXMakeCurrent");
+ assignFunction(glXSwapBuffers, "glXSwapBuffers");
}
#endif