about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index d9db7fd..364d65b 100644
--- 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;