projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da67802
)
run execs
author
Dana Jansens
<danakj@orodu.net>
Mon, 22 Jul 2002 08:31:36 +0000
(08:31 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 22 Jul 2002 08:31:36 +0000
(08:31 +0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index 1086ce4ab861aa0a0844c9f250012fbd286c2773..cf2c486f44a89e5a18b96f23c3b81be87b4f2cfa 100644
(file)
--- a/
util/epist/screen.cc
+++ b/
util/epist/screen.cc
@@
-118,13
+118,6
@@
XWindow *screen::findWindow(const XEvent &e) const {
void screen::processEvent(const XEvent &e) {
assert(_managed);
- assert(e.xany.window == _root);
-
- XWindow *window = 0;
- if (e.xany.window != _root) {
- window = findWindow(e); // find the window
- assert(window); // we caught an event for a window we don't know about!?
- }
switch (e.type) {
case PropertyNotify: