Hi there,

I tried modifying the 0.20 sources in the same way as Pier Luigi's patch does with 0.19, i.e. I changed the calls to XCreateImage in the two files vice-1.20/src/arch/unix/x11/xaw/uicolor.c and vice-1.20/src/arch/unix/x11/xaw/uicolor.c from

     im = XCreateImage(display, visual, x11ui_get_display_depth(),
                       ZPixmap, 0, (char *)data, 1, 1, 8, 1);

to

     im = XCreateImage(display, visual, x11ui_get_display_depth(),
                       ZPixmap, 0, (char *)data, 1, 1, 8, 0);

and it seemed to work (at least using the i386 source package). Would it be possible to supply accordingly patched binary packages through the repository?

Best regards --

        Torsten



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to