GLPlatform not available in OpenGL ES

Should be replaced by a short implementation
This commit is contained in:
Martin Gräßlin 2010-11-20 10:38:05 +01:00
parent 2db7538891
commit 70e167aca7

View file

@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <ios>
#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