mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Added yet another missing OpenGL define.
This commit is contained in:
parent
e3b43fa458
commit
89faddae8e
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue