[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kwin-tiling
From:       Nikhil Shantanu Marathe <nsm.nikhil () gmail ! com>
Date:       2009-07-07 8:36:39
Message-ID: 1246955799.891944.9458.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 992547 by nikhilm:

Replaced minimized calls with ignoreGeometry in relativeTile

 M  +2 -2      tile.cpp  


--- branches/work/kwin-tiling/tile.cpp #992546:992547
@@ -464,7 +464,7 @@
         }
 
     Tile *other = p->other( child );
-    if( other->minimized() )
+    if( other->ignoreGeometry() )
         {
         other->parent()->dumpTile();
         return other->parent();
@@ -473,7 +473,7 @@
     while( !other->leaf() &&
            !(other->orientation() == ascendDescendWhileOrientation( d ) ) )
         {
-        if( other->minimized() )
+        if( other->ignoreGeometry() )
             {
             other->parent()->dumpTile();
             return other->parent();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic