summaryrefslogtreecommitdiff
path: root/util/epist/epist.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 08:06:54 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 08:06:54 +0000
commitc517f511000c8ec775f7413527b9e276b7995806 (patch)
treed2f5b8661b87b134a0d1f5c74c09527cd6274312 /util/epist/epist.cc
parentb4411cb1ef1c25a287181b570e974545e1010530 (diff)
some cleanups and such.
Diffstat (limited to 'util/epist/epist.cc')
-rw-r--r--util/epist/epist.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc
index 6296fe03..9b046000 100644
--- a/util/epist/epist.cc
+++ b/util/epist/epist.cc
@@ -138,6 +138,7 @@ void epist::process_event(XEvent *e) {
else
root = e->xany.window;
+ cout << "event\n";
ScreenList::const_iterator it, end = _screens.end();
for (it = _screens.begin(); it != end; ++it) {
if ((*it)->rootWindow() == root) {