On Mon, 23 Sep 2002, Brian W Grasby wrote:

> Hi all,
> 
> could someone please point me in the direction of some documentation on
> how i might use a temporary pixmap to draw text onto an Ximage? I know i
> can't do it right onto the image, but i get errors doing it onto a pixmap
> then using XShmGetImage b/c i'm not clear about the usage.
> 

   Note that you can make a shared memory pixmap via the MIT-SHM
extension.  This essentially makes an XImage that the server can
render into.

   As for your problems with the temporary pixmap, it would be useful
to know what error you are getting.

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

Reply via email to