changeset: 929:ee82cfb6329b
tag: tip
user: Anselm R. Garbe <garbeam_AT_gmail.com>
date: Mon Jul 30 21:03:08 2007 +0200
summary: foo
diff -r a692fe8c0f34 -r ee82cfb6329b client.c
--- a/client.c Sat Jul 28 17:25:44 2007 +0200
+++ b/client.c Mon Jul 30 21:03:08 2007 +0200
@@ -311,6 +311,7 @@ unban(Client *c) {
unban(Client *c) {
if(!c->isbanned)
return;
+ XMoveWindow(dpy, c->win, c->x, c->y); /* some windows require this */
XMapWindow(dpy, c->win);
setclientstate(c, NormalState);
c->isbanned = False;
Received on Mon Jul 30 2007 - 21:08:33 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:57:42 UTC