소스 검색

s/DEFGEOM/CUSTOMGEOM/

Anselm R Garbe 17 년 전
부모
커밋
3afca3e6a1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;