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
icc-effect-5.14.5
Luboš Luňák 2006-11-02 12:57:10 +00:00
parent 4e34c8f0b3
commit 245df12129
1 changed files with 2 additions and 1 deletions

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
{