> On 12/16/11 09:12, Ian MacArthur wrote:
> > [32bit vs 64bit observations]
>
>       Just to add some info to the mix: I tried a test between
>       two linux machines:
>
>               1) fedora 3   32bit/Xorg 6.8.1 (2004)/flwm
>               2) centos 5.5 64bit/Xorg 7.1.1 (2006)/flwm
>

I have the same issue on Mandriva 11 32bits / Xorg 7.6.1
I change the config.h and comment the HAS_XDBE to force USE_X11 (line 110)


#if defined(USE_X11) || defined(WIN32)
printf("use X11\n");
    myi->other_xid = fl_create_offscreen(w(), h());
    clear_damage(FL_DAMAGE_ALL);
#elif defined(__APPLE_QUARTZ__)


use X11
X_CreatePixmap: BadValue (integer parameter out of range for operation) 0x0
X_CopyArea: BadDrawable (invalid Pixmap or Window parameter) 0x90000c1

Else, it's working fine for xdbe


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to