diff options
| author | Anselm R Garbe <[email protected]> | 2008-02-21 19:19:46 +0000 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-02-21 19:19:46 +0000 |
| commit | 9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9 (patch) | |
| tree | 58d96252825d0ab3178923e9a24c969fab90bf20 /dwm.c | |
| parent | applied Gottox' monitor.diff patch (thanks btw) (diff) | |
| download | seiwm-9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9.tar.xz seiwm-9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9.zip | |
minor
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |