diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-02-21 19:19:46 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-02-21 19:19:46 +0000 |
commit | 9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9 (patch) | |
tree | 58d96252825d0ab3178923e9a24c969fab90bf20 /dwm.c | |
parent | 4076e2ff60fd20caaed18209e36ee82e49d26219 (diff) | |
download | dwm-9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9.tar.gz |
minor
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c index 0b82158..e0802ad 100644 --- a/dwm.c +++ b/dwm.c @@ -1568,7 +1568,6 @@ setup(void) { 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)); |