There is another broken call to XGetWindowProperty() in ewmh.c,
which seems to have been introduced recently. Attached is the
patch.


Hope this helps. Regards

Harri

--- fvwm-snap-20060830/fvwm/ewmh.c~     2006-08-30 10:00:03.000000000 +0200
+++ fvwm-snap-20060830/fvwm/ewmh.c      2006-08-31 08:16:41.000000000 +0200
@@ -394,7 +394,7 @@
        retval = NULL;
        length = 0x7fffffff;
        ok = XGetWindowProperty(
-               dpy, win, to_get, 0, length, False, type, &type_ret,
+               dpy, win, to_get, 0L, length, False, type, &type_ret,
                &format_ret, &num_ret, &bytes_after, &retval);
 
        if ((ok == Success) && (retval) && (num_ret > 0) && (format_ret > 0))

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to