aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 3fe56c5..4f95afc 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -75,6 +75,10 @@ public:
75 void shutdown(); 75 void shutdown();
76 /// save clients name in a file 76 /// save clients name in a file
77 void saveClientList(); 77 void saveClientList();
78 /// move client one position up
79 void clientUp(SlitClient*);
80 /// move client one position down
81 void clientDown(SlitClient*);
78 /// cycle slit clients up one step 82 /// cycle slit clients up one step
79 void cycleClientsUp(); 83 void cycleClientsUp();
80 /// cycle slit clients down one step 84 /// cycle slit clients down one step