changeset: 1952:1460f01d89eb
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Sun Feb 25 13:43:28 2007 -0500
summary: Fixed syntax error in client.c.
diff -r 832c3c02c2da -r 1460f01d89eb client.c
--- a/client.c Sun Feb 25 12:50:36 2007 -0500
+++ b/client.c Sun Feb 25 13:43:28 2007 -0500
@@ -398,7 +398,7 @@ prop_client(Client *c, XPropertyEvent *e
c->fixedsize = True;
break;
case XA_WM_HINTS:
- wmh = XGetWMHints(blz.dpy, c->win;
+ wmh = XGetWMHints(blz.dpy, c->win);
if(wmh) {
set_urgent(c, (wmh->flags & XUrgencyHint) != 0, False);
XFree(wmh);
Received on Sun Feb 25 2007 - 19:46:22 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:54 UTC