summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-07-20 01:44:01 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-07-20 01:44:01 +0000
commitb4411cb1ef1c25a287181b570e974545e1010530 (patch)
treeb06395f3ac03869f239c1744c6c8551d54661926 /util/epist/screen.hh
parenta939bb6e41772ffd4fe75f0c73ae79db237ca979 (diff)
Added changeWorkspace() and a broken toggleShaded()
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