Arghl, this is not static const, it changes.

svn path=/trunk/KDE/kdebase/workspace/; revision=689136
This commit is contained in:
Luboš Luňák 2007-07-17 18:14:17 +00:00
parent f1108dd13a
commit ea944065c7

View file

@ -848,7 +848,7 @@ bool SceneOpenGL::Texture::load( const Pixmap& pix, const QSize& size,
// updates automatically - no need to do anything in such case
if( bound_glxpixmap == None )
{
static const int attrs[] =
int attrs[] =
{
GLX_TEXTURE_FORMAT_EXT, fbcdrawableinfo[ depth ].bind_texture_format,
GLX_MIPMAP_TEXTURE_EXT, fbcdrawableinfo[ depth ].mipmap,