Fix compile.
svn path=/branches/work/kwin_composite/; revision=591156
This commit is contained in:
parent
f14000b7fb
commit
fb73a2070a
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ void SceneOpenGL::paint( QRegion, ToplevelList windows )
|
|||
continue;
|
||||
if( !w.isOpaque())
|
||||
{
|
||||
phase2.prepend( w );
|
||||
phase2.prepend( &w );
|
||||
continue;
|
||||
}
|
||||
w.bindTexture();
|
||||
|
@ -197,7 +197,7 @@ void SceneOpenGL::windowOpacityChanged( Toplevel* )
|
|||
#endif
|
||||
}
|
||||
|
||||
void SceneOpenGL::updateTransformation( Toplevel* c )
|
||||
void SceneOpenGL::updateTransformation( Toplevel* )
|
||||
{
|
||||
// TODO this is only used in effects to later update
|
||||
// screen damage - since opengl doesn't use screen
|
||||
|
|
Loading…
Reference in a new issue