summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/screen.hh')
-rw-r--r--util/epist/screen.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh
index 06b2cb09..42e685de 100644
--- a/util/epist/screen.hh
+++ b/util/epist/screen.hh
@@ -65,7 +65,9 @@ public:
void handleKeypress(const XEvent &e);
- void cycleWorkspace(const bool forward);
+ void cycleWorkspace(const bool forward)const;
+ void changeWorkspace(const int num)const;
+ void toggleShaded(const Window win) const;
};
#endif // __screen_hh