Add a TODO note.

svn path=/trunk/KDE/kdebase/workspace/; revision=689904
This commit is contained in:
Luboš Luňák 2007-07-19 12:53:14 +00:00
parent 1d0a35fce7
commit 22c8626868

View file

@ -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;
}