From b4411cb1ef1c25a287181b570e974545e1010530 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sat, 20 Jul 2002 01:44:01 +0000 Subject: Added changeWorkspace() and a broken toggleShaded() --- util/epist/screen.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util/epist/screen.hh') 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 -- cgit v1.2.3