Anselm R. Garbe пишет:
> On Fri, Dec 21, 2007 at 11:39:18PM +0300, Stanislav wrote:
>
> You are looking for sel->snext during killclient.
>
> Regards,
sel->next work for me! Thanx :)
How can I get the same with config.h ?
-----------------------------------
diff -ur dwm-4.7/dwm.c dwm-4.7_gin/dwm.c
--- dwm-4.7/dwm.c 2007-11-21 23:18:41.000000000 +0300
+++ dwm-4.7_gin/dwm.c 2007-12-22 15:53:43.000000000 +0300
@@ -988,6 +988,7 @@
}
else
XKillClient(dpy, sel->win);
+ focus(sel->next);
}
void
-----------------------------------
Received on Sat Dec 22 2007 - 14:22:29 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:13:55 UTC