minor 9cb9c32e
Anselm R Garbe · 2008-02-21 19:19 1 file(s) · +0 −1
dwm.c +0 −1
1568 1568
	cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
1569 1569
1570 1570
	// init screens/monitors first
1571 -
	mcount = 1;
1572 1571
	if((isxinerama = XineramaIsActive(dpy)))
1573 1572
		info = XineramaQueryScreens(dpy, &mcount);
1574 1573
	selmonitor = monitors = emallocz(mcount * sizeof(Monitor));