From 65bc41c51890545ecd9d18c3020bc8b72afab889 Mon Sep 17 00:00:00 2001 From: Rivo Laks Date: Thu, 14 Jun 2007 10:36:02 +0000 Subject: [PATCH] Argh.. fix typo svn path=/trunk/KDE/kdebase/workspace/; revision=675479 --- lib/kwinglutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kwinglutils.cpp b/lib/kwinglutils.cpp index 97c8ec177f..dd63e3681d 100644 --- a/lib/kwinglutils.cpp +++ b/lib/kwinglutils.cpp @@ -147,7 +147,7 @@ void renderGLGeometry( bool clip, const QRegion& region, int count, if( color != NULL ) { glEnableClientState( GL_COLOR_ARRAY ); - glTexCoordPointer( 4, GL_FLOAT, stride, color ); + glColorPointer( 4, GL_FLOAT, stride, color ); } }