Hi, I found a bug (i think so).

(sorry by my poor english)

dwm.c line 1639
#ifdef XINERAMA
        XineramaScreenInfo *info = NULL;

        if(XineramaIsActive(dpy))
                info = XineramaQueryScreens(dpy, &n);
#endif

I don't use XINERAMA, then var n never is assigned, then the next for loop never ends.

--
Saludos
www.ushcompu.com.ar

Reply via email to