kwin/tiling
Martin Gräßlin f0c6f06241 Stacking Order becomes a list of Toplevel Windows
The common usage of stacking order is to loop through
the list and find a specific Client. All these usages
still need to find a Client. For that the loops are
adjusted to first cast the Toplevel into a Client and
continue if the current item is no Client.

At the moment all entries in the stacking order should
still be Clients as the Deleted are not yet added.
2012-04-20 08:36:24 +02:00
..
tile.cpp Fix pointer accesses in tiling code 2011-09-10 10:43:02 +02:00
tile.h Move tile.cpp, tile.h, tilinglayout.cpp and tiling.h to directory tiling/ 2011-07-28 13:39:28 +02:00
tiling.cpp Stacking Order becomes a list of Toplevel Windows 2012-04-20 08:36:24 +02:00
tiling.h Adding missing newlines at end of file 2011-08-03 08:25:02 +02:00
tilinglayout.cpp Stacking Order becomes a list of Toplevel Windows 2012-04-20 08:36:24 +02:00
tilinglayout.h Move tile.cpp, tile.h, tilinglayout.cpp and tiling.h to directory tiling/ 2011-07-28 13:39:28 +02:00