JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Hiltjo Posthuma's double-XineramaQueryScreens() patch, thanks Hiltjo!
authorAnselm R Garbe <anselm@garbe.us>
Sun, 25 Jul 2010 08:58:25 +0000 (09:58 +0100)
committerAnselm R Garbe <anselm@garbe.us>
Sun, 25 Jul 2010 08:58:25 +0000 (09:58 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index 670afbe..438b9e7 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1791,7 +1791,6 @@ updategeom(void) {
                XineramaScreenInfo *info = XineramaQueryScreens(dpy, &nn);
                XineramaScreenInfo *unique = NULL;
 
-               info = XineramaQueryScreens(dpy, &nn);
                for(n = 0, m = mons; m; m = m->next, n++);
                /* only consider unique geometries as separate screens */
                if(!(unique = (XineramaScreenInfo *)malloc(sizeof(XineramaScreenInfo) * nn)))