all repos — openbox @ e767dd79c72e97b4664a6b7f4bad5ee7cab7b475

openbox fork - make it a bit more like ryudo

only ignore NotifyGrab again
Dana Jansens danakj@orodu.net
commit

e767dd79c72e97b4664a6b7f4bad5ee7cab7b475

parent

668b2866c29c12695393a15a713a38187ac17e4c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M otk/eventdispatcher.ccotk/eventdispatcher.cc

@@ -105,7 +105,7 @@ // printf("focus %s detail %d -> 0x%lx\n",

// (e.xfocus.type == FocusIn ? "IN" : "OUT"), // e.xfocus.detail, e.xfocus.window); // ignore focus changes from grabs - if (e.xfocus.mode != NotifyNormal) //|| e.xfocus.mode == NotifyUngrab || + if (e.xfocus.mode == NotifyGrab) //|| e.xfocus.mode == NotifyUngrab || // From Metacity, from WindowMaker, ignore all funky pointer root events // its commented out cuz I don't think we need this at all. If problems // arise we can look into it