I've added the following class to minos.fb (and recompiled)

icon-pixmap class memory-pixmap
how: : assign ( data w h bits -- )
>r 2dup * r@ * -rot r> screen xrc dpy @
       create-pixmap h ! w ! image ! ;
class;

Now I run xbigforth and do the following:

also minos
100 100 4 * * allocate throw value data
data 100 100 4 memory-pixmap new Bus Error ! new

Any ideas why that might be the case ?

Thanks!

--
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to