[hackers] [wmii] Report the proper client id in urgency notices.

From: Kris Maglione <jg_AT_suckless.org>
Date: Wed Feb 28 23:34:09 2007

changeset: 1976:d434a645b241
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Wed Feb 28 17:32:12 2007 -0500
summary: Report the proper client id in urgency notices.

diff -r fa5a5712e2be -r d434a645b241 client.c
--- a/client.c Wed Feb 28 17:19:15 2007 -0500
+++ b/client.c Wed Feb 28 17:32:12 2007 -0500
@@ -352,7 +352,7 @@ set_urgent(Client *c, Bool urgent, Bool
                 cnot = "";
 
         if(urgent != c->urgent) {
- write_event("%sUrgent 0x%x %s\n", cnot, client->win, cwrite);
+ write_event("%sUrgent 0x%x %s\n", cnot, c->win, cwrite);
                 c->urgent = urgent;
                 if(c->sel) {
                         if(c->sel->view == screen->sel)
Received on Wed Feb 28 2007 - 23:34:09 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:56:00 UTC