FocusOut's are NOT ignored. thats bullshit. fixing comment.
This commit is contained in:
parent
76943cdfe0
commit
69177d8760
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ void event_process(XEvent *e)
|
||||||
e->xfocus.detail > NotifyNonlinearVirtual) return;
|
e->xfocus.detail > NotifyNonlinearVirtual) return;
|
||||||
|
|
||||||
g_message("FocusOut on %lx", window);
|
g_message("FocusOut on %lx", window);
|
||||||
/* FocusOut events just make us look for FocusIn events. They
|
/* Try process a FocusIn first, and if a legit one isn't found, then
|
||||||
are mostly ignored otherwise. */
|
do the fallback shiznit. */
|
||||||
{
|
{
|
||||||
XEvent fi;
|
XEvent fi;
|
||||||
if (XCheckTypedEvent(ob_display, FocusIn, &fi)) {
|
if (XCheckTypedEvent(ob_display, FocusIn, &fi)) {
|
||||||
|
|
Loading…
Reference in a new issue