s/DEFGEOM/CUSTOMGEOM/ 3afca3e6
Anselm R Garbe · 2008-05-19 13:37 1 file(s) · +2 −2
dwm.c +2 −2
1574 1574
updategeom(void) {
1575 1575
	unsigned int i;
1576 1576
1577 -
#ifdef DEFGEOM /* define your own if you are Xinerama user */
1578 -
	DEFGEOM
1577 +
#ifdef CUSTOMGEOM /* define your own if you are Xinerama user */
1578 +
	CUSTOMGEOM
1579 1579
#else
1580 1580
	/* bar geometry*/
1581 1581
	bx = 0;