rm old debug printfs
This commit is contained in:
parent
9656d1e276
commit
3b4d453f90
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue