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:
9656d1e
)
rm old debug printfs
author
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 06:47:13 +0000
(06:47 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 06:47:13 +0000
(06:47 +0000)
otk/eventdispatcher.cc
patch
|
blob
|
history
diff --git
a/otk/eventdispatcher.cc
b/otk/eventdispatcher.cc
index 6beff8dc3bcc2019590f0d07dd5f6e480482397a..38d395d7e57cca1f643598a843e6f006336c2bfe 100644
(file)
--- a/
otk/eventdispatcher.cc
+++ b/
otk/eventdispatcher.cc
@@
-98,9
+98,7
@@
void OtkEventDispatcher::dispatchEvents(void)
// send a FocusIn first if one exists
while (XCheckTypedEvent(OBDisplay::display, FocusIn, &fi)) {
// any other types are not ones we're interested in
- printf("found focusin\n");
if (fi.xfocus.detail == NotifyNonlinear) {
- printf("sending focusin\n");
dispatch(fi.xfocus.window, fi);
break;
}