Hello!

There is such task:
I need to capture screenshots and store its in a memory ASAP (really, I need only 
array of data RGBA). 
I was doing that with help of XGetImage - but it works too slow;
After that I was trying to create XPixmap and copy screen content to it, but I 
discovered that Pixmap always changes according to the screen.
How can I create Pixmap and don't let X11 change its content? Or maybe exists some 
other solution.

Thanks.

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to