From 70e167aca7981419bd1f80100f3954a625c01184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 20 Nov 2010 10:38:05 +0100 Subject: [PATCH] GLPlatform not available in OpenGL ES Should be replaced by a short implementation --- lib/kwinglplatform.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/kwinglplatform.cpp b/lib/kwinglplatform.cpp index 0d88f6279e..d36e6067c7 100644 --- a/lib/kwinglplatform.cpp +++ b/lib/kwinglplatform.cpp @@ -34,6 +34,7 @@ along with this program. If not, see . #include #ifdef KWIN_HAVE_OPENGL +#ifndef KWIN_HAVE_OPENGLES namespace KWin { @@ -832,5 +833,6 @@ bool GLPlatform::isIntel() const } // namespace KWin +#endif // KWIN_HAVE_OPENGLES #endif // KWIN_HAVE_OPENGL