Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 571544 | Differences between
and this patch

Collapse All | Expand All

(-)event.c.ORIG (+6 lines)
Lines 510-515 Link Here
510
        }
510
        }
511
        lua_pop(globalconf.L, 1);
511
        lua_pop(globalconf.L, 1);
512
    }
512
    }
513
    else if (ev->event == globalconf.screen->root) {				/* mkn. */
514
	/* for when there are multiple X screens with awesome running
515
	 * separate instances, reset focus
516
	 */
517
	 globalconf.focus.need_update = true;					/* mkn. */
518
    }
513
}
519
}
514
520
515
/** The focus in event handler.
521
/** The focus in event handler.

Return to bug 571544