aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 7d643d6..cffc087 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -103,6 +103,7 @@ public:
103 103
104 void moveToLayer(int layernum); 104 void moveToLayer(int layernum);
105 void toggleHidden(); 105 void toggleHidden();
106 void toggleAboveDock();
106 107
107 BScreen &screen() { return m_screen; } 108 BScreen &screen() { return m_screen; }
108 const BScreen &screen() const { return m_screen; } 109 const BScreen &screen() const { return m_screen; }