[hackers] [dwm] renaming isdestroyed into destroyed || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Tue, 8 Sep 2009 12:18:09 +0000 (UTC)

changeset: 1487:430ebd3c0050
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Tue Sep 08 13:18:05 2009 +0100
files: dwm.c
description:
renaming isdestroyed into destroyed

diff -r fd99ee49c58e -r 430ebd3c0050 dwm.c
--- a/dwm.c Tue Sep 08 13:16:54 2009 +0100
+++ b/dwm.c Tue Sep 08 13:18:05 2009 +0100
@@ -218,7 +218,7 @@
 static void toggletag(const Arg *arg);
 static void toggleview(const Arg *arg);
 static void unfocus(Client *c);
-static void unmanage(Client *c, Bool isdestroyed);
+static void unmanage(Client *c, Bool destroyed);
 static void unmapnotify(XEvent *e);
 static void updategeom(void);
 static void updatebarpos(Monitor *m);
@@ -1627,13 +1627,13 @@
 }
 
 void
-unmanage(Client *c, Bool isdestroyed) {
+unmanage(Client *c, Bool destroyed) {
         XWindowChanges wc;
 
         /* The server grab construct avoids race conditions. */
         detach(c);
         detachstack(c);
- if(!isdestroyed) {
+ if(!destroyed) {
                 wc.border_width = c->oldbw;
                 XGrabServer(dpy);
                 XSetErrorHandler(xerrordummy);
Received on Tue Sep 08 2009 - 12:18:09 UTC

This archive was generated by hypermail 2.2.0 : Tue Sep 08 2009 - 12:24:07 UTC