Hello,
can anyone explain me what is the difference between Xshm and normal shm
so if I create XImages in shm and then create Pixmaps for each 
display(cannot share pixmaps) between displays or with XShmCreatePixmap can 
this be shared ?
So is this extension any good if i can do it manually by sharing XImage.

and more..
How to create Clip Image other way like this :
        for(y=0;y<a.height;y++) for(x=0;x<a.width;x++)
                        XPutPixel(xim,x,y,XGetPixel(b,x,y)?1 : 0);
Or with words
How to create clip image from pixmap with colors(black is transperent).


Domen

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to