s/DEFGEOM/CUSTOMGEOM/

This commit is contained in:
Anselm R Garbe 2008-05-19 13:37:46 +01:00
parent bdc80bdad6
commit 3afca3e6a1
1 changed files with 2 additions and 2 deletions

4
dwm.c
View File

@ -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;