But that doesn't compile here. According to http://www.opengl.org/registry/ABI/
the right header for GLX extensions is GL/glxext.h . If it still doesn't compile somewhere, it probably needs conditional compilation. svn path=/branches/work/kwin_composite/; revision=601182
This commit is contained in:
parent
4e34c8f0b3
commit
245df12129
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ Sources and other compositing managers:
|
|||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include <GL/glxtokens.h>
|
||||
#include <GL/glext.h>
|
||||
#include <GL/glxext.h>
|
||||
|
||||
namespace KWinInternal
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue