On Fri, Aug 24, 2007 at 05:02:36PM +0200, Anselm R. Garbe wrote:
> On Thu, Aug 23, 2007 at 10:36:31PM +0200, Antoni Grzymala wrote:
> > Tako rzecze pancake (w e-mailu datowanym 2007-08-23, 22:32):
> > 
> > > wtf!? xkill doesn't works?!??
> > 
> > Confirmed. It doesn't.
> 
> I consider this a bug. If it is fixed, there might be a 4.4.1
> release.

Readding "setclientstate(c, NormalState);" to manage() fixes xkill for
me. See attached diff.

Regards,
-- 
Jeroen Schot

[EMAIL PROTECTED] (mail & jabber)
http://schot.a-eskwadraat.nl
diff -r 1c30ac0aee7f client.c
--- a/client.c  Thu Aug 23 18:15:13 2007 +0200
+++ b/client.c  Fri Aug 24 17:42:56 2007 +0200
@@ -228,6 +228,7 @@ manage(Window w, XWindowAttributes *wa) 
        attachstack(c);
        XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows 
require this */
        ban(c);
+       setclientstate(c, NormalState);
        XMapWindow(dpy, c->win);
        arrange();
 }

Reply via email to