diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-01 09:29:59 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-01 09:29:59 (GMT) |
commit | 9df75ed7a6c70d621895ebacbba4a13afe4ecaed (patch) | |
tree | ec55341139c73974860ac93f8c9b4cc2cceda937 /src/FbTk/XLayer.hh | |
parent | 269459e1aa0a8c0ab9be67cf11bb836ecc191f31 (diff) | |
download | fluxbox-9df75ed7a6c70d621895ebacbba4a13afe4ecaed.zip fluxbox-9df75ed7a6c70d621895ebacbba4a13afe4ecaed.tar.bz2 |
fix restacking
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r-- | src/FbTk/XLayer.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh index bfd7010..ae29310 100644 --- a/src/FbTk/XLayer.hh +++ b/src/FbTk/XLayer.hh | |||
@@ -47,7 +47,7 @@ public: | |||
47 | // Put all items on the same layer (called when layer item added to) | 47 | // Put all items on the same layer (called when layer item added to) |
48 | void alignItem(XLayerItem &item); | 48 | void alignItem(XLayerItem &item); |
49 | int countWindows(); | 49 | int countWindows(); |
50 | void stackBelowItem(XLayerItem *item, XLayerItem *above); | 50 | void stackBelowItem(XLayerItem &item, XLayerItem *above); |
51 | XLayerItem *getLowestItem(); | 51 | XLayerItem *getLowestItem(); |
52 | XLayerItem *getItemBelow(XLayerItem &item); | 52 | XLayerItem *getItemBelow(XLayerItem &item); |
53 | XLayerItem *getItemAbove(XLayerItem &item); | 53 | XLayerItem *getItemAbove(XLayerItem &item); |
@@ -73,6 +73,7 @@ public: | |||
73 | 73 | ||
74 | private: | 74 | private: |
75 | void restack(); | 75 | void restack(); |
76 | void restackAndTempRaise(XLayerItem &item); | ||
76 | 77 | ||
77 | MultLayers &m_manager; | 78 | MultLayers &m_manager; |
78 | int m_layernum; | 79 | int m_layernum; |