diff options
Diffstat (limited to 'util/epist/epist.cc')
| -rw-r--r-- | util/epist/epist.cc | 1 |
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) { |
