From 240b663df8a1ccb3aa2f2258cba810efad60585e Mon Sep 17 00:00:00 2001 From: Martin Koller Date: Sat, 9 Jun 2007 10:48:12 +0000 Subject: [PATCH] make compile on gcc-3.3.3 svn path=/trunk/KDE/kdebase/workspace/; revision=673195 --- scene_opengl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 6e21a54ac6..ab4ed58a39 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -766,8 +766,8 @@ void SceneOpenGL::Texture::discard() void SceneOpenGL::Texture::findTarget() { unsigned int new_target = 0; - if( tfp_mode && glXQueryDrawable && bound_glxpixmap != None ) - glXQueryDrawable( display(), bound_glxpixmap, GLX_TEXTURE_TARGET_EXT, &new_target ); + if( tfp_mode && KWin::glXQueryDrawable && bound_glxpixmap != None ) + KWin::glXQueryDrawable( display(), bound_glxpixmap, GLX_TEXTURE_TARGET_EXT, &new_target ); else { if( NPOTTextureSupported() ||