Browse Source

s/DEFGEOM/CUSTOMGEOM/

Anselm R Garbe 17 năm trước cách đây
mục cha
commit
3afca3e6a1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      dwm.c

+ 2 - 2
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;