~kris/suckless

tabbed

e3b3233230ef694b260503879fd747eca5c266af — Enno Boland (tox) 16 years ago 7c1b137
fixing unexpected closing of tabbed when unmapping it.
1 files changed, 0 insertions(+), 2 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +0 -2
@@ 771,8 771,6 @@ unmapnotify(const XEvent *e) {

	if((c = getclient(ev->window)))
		unmanage(c);
	else if(ev->window == win)
		running = False;
}

void