From 245df121294da02fc983541ab1024eb8ba5db805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 2 Nov 2006 12:57:10 +0000 Subject: [PATCH] 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 --- scene_opengl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scene_opengl.cpp b/scene_opengl.cpp index e5834367da..ca80369d88 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -61,7 +61,8 @@ Sources and other compositing managers: #include -#include +#include +#include namespace KWinInternal {