[dev] dwm: bug report

From: totoloco <totoloco_AT_gmail.com>
Date: Mon, 22 Jun 2009 20:58:36 -0300

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
Received on Mon Jun 22 2009 - 23:58:36 UTC

This archive was generated by hypermail 2.2.0 : Tue Jun 23 2009 - 00:00:02 UTC