Explorar el Código

s/DEFGEOM/CUSTOMGEOM/

Anselm R Garbe hace 17 años
padre
commit
3afca3e6a1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;