JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
s/DEFGEOM/CUSTOMGEOM/
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 19 May 2008 12:37:46 +0000 (13:37 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Mon, 19 May 2008 12:37:46 +0000 (13:37 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index d9db7fd..364d65b 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1574,8 +1574,8 @@ void
 updategeom(void) {
        unsigned int i;
 
-#ifdef DEFGEOM /* define your own if you are Xinerama user */
-       DEFGEOM
+#ifdef CUSTOMGEOM /* define your own if you are Xinerama user */
+       CUSTOMGEOM
 #else
        /* bar geometry*/
        bx = 0;