diff options
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r-- | src/FbTk/XLayer.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh index d01094e..bed93cc 100644 --- a/src/FbTk/XLayer.hh +++ b/src/FbTk/XLayer.hh | |||
@@ -48,6 +48,8 @@ public: | |||
48 | void setLayerNum(int layernum) { m_layernum = layernum; }; | 48 | void setLayerNum(int layernum) { m_layernum = layernum; }; |
49 | int getLayerNum() { return m_layernum; }; | 49 | int getLayerNum() { return m_layernum; }; |
50 | void restack(); | 50 | void restack(); |
51 | // Put all items on the same layer (called when layer item added to) | ||
52 | void alignItem(XLayerItem &item); | ||
51 | int countWindows(); | 53 | int countWindows(); |
52 | void stackBelowItem(XLayerItem *item, XLayerItem *above); | 54 | void stackBelowItem(XLayerItem *item, XLayerItem *above); |
53 | XLayerItem *getLowestItem(); | 55 | XLayerItem *getLowestItem(); |