On 8/31/06, Harald Dunkel <[EMAIL PROTECTED]> wrote:
There is another broken call to XGetWindowProperty() in ewmh.c,
which seems to have been introduced recently. Attached is the
patch.


I guess it was already corrected? I've tried the patch, but it seemed
that the changes were already there..

Cheers
 Renato


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))





Reply via email to