# HG changeset patch # User Anselm R Garbe # Date 1203621586 0 # Node ID a977bbe06b0634a9366fbaf0e492130138b1700b # Parent 0083ffeb95ee86cf8991b23ea8cfc0ba5b949e22 minor diff -r 0083ffeb95ee -r a977bbe06b06 dwm.c --- a/dwm.c Thu Feb 21 14:33:59 2008 +0000 +++ b/dwm.c Thu Feb 21 19:19:46 2008 +0000 @@ -1568,7 +1568,6 @@ cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur); // init screens/monitors first - mcount = 1; if((isxinerama = XineramaIsActive(dpy))) info = XineramaQueryScreens(dpy, &mcount); selmonitor = monitors = emallocz(mcount * sizeof(Monitor));