Commit 89faddae authored by Alexandre Julliard's avatar Alexandre Julliard

Added yet another missing OpenGL define.

parent e3b43fa4
......@@ -47,6 +47,9 @@
#ifndef GLX_SAMPLES_ARB
# define GLX_SAMPLES_ARB 100001
#endif
#ifndef GL_TEXTURE_CUBE_MAP
# define GL_TEXTURE_CUBE_MAP 0x8513
#endif
/* X11 locking */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment