From 22c8626868f0a1fddd327a935d2ae316b4c666d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 19 Jul 2007 12:53:14 +0000 Subject: [PATCH] Add a TODO note. svn path=/trunk/KDE/kdebase/workspace/; revision=689904 --- scene_opengl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 9a1bb52e4e..d1888fbfca 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -478,6 +478,7 @@ bool SceneOpenGL::initDrawableConfigs() GLX_BIND_TO_TEXTURE_RGBA_EXT, &value ); if( value ) { + // TODO I think this should be set only after the config passes all tests rgba = 1; fbcdrawableinfo[ i ].bind_texture_format = GLX_TEXTURE_FORMAT_RGBA_EXT; }