summaryrefslogtreecommitdiff
path: root/src/render/mglx.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-24 13:38:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-24 13:38:53 +0300
commitc814609f6850c831adbd005ba6204b65dbaad096 (patch)
treeeadb7cc5a540e7eb2de25529f65343dd9644adb5 /src/render/mglx.h
parenta199ee013ee9f0182e5e66d3a1477cb9483b994b (diff)
downloadplus-c814609f6850c831adbd005ba6204b65dbaad096.tar.gz
plus-c814609f6850c831adbd005ba6204b65dbaad096.tar.bz2
plus-c814609f6850c831adbd005ba6204b65dbaad096.tar.xz
plus-c814609f6850c831adbd005ba6204b65dbaad096.zip
Add glXSwapBuffers into GLX functions.
Diffstat (limited to 'src/render/mglx.h')
-rw-r--r--src/render/mglx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/mglx.h b/src/render/mglx.h
index 2e0c93364..d0a626b9a 100644
--- a/src/render/mglx.h
+++ b/src/render/mglx.h
@@ -34,6 +34,7 @@ defNameE(glXCreateContextAttribs);
defNameE(glXChooseFBConfig);
defNameE(glXDestroyContext);
defNameE(glXMakeCurrent);
+defNameE(glXSwapBuffers);
#undef defNameE