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:
Luboš Luňák 2006-11-02 12:57:10 +00:00
parent 4e34c8f0b3
commit 245df12129

View file

@ -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
{