~kris/suckless

tabbed

e6759619576b2732828d60dba7bad2596ce430cd — Enno Boland (tox) 16 years ago 13e3aca
focus fix for openbox (and maybe a few others)
1 files changed, 2 insertions(+), 0 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +2 -0
@@ 385,6 385,8 @@ void
focus(Client *c) {
	if(!clients) {
		XStoreName(dpy, win, "tabbed-"VERSION);
		XRaiseWindow(dpy, win);
		XSetInputFocus(dpy, win, RevertToPointerRoot, CurrentTime);
		return;
	}
	if(!c)