diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-24 13:38:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-24 13:38:53 +0300 |
commit | c814609f6850c831adbd005ba6204b65dbaad096 (patch) | |
tree | eadb7cc5a540e7eb2de25529f65343dd9644adb5 /src/render/mglx.h | |
parent | a199ee013ee9f0182e5e66d3a1477cb9483b994b (diff) | |
download | plus-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.h | 1 |
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 |