> How are you taking the screenshot? The approved ways of taking "screenshots" > via Gecko force painting themselves and do not require painting to the > screen to have already happened. Check out gnome-web-photo.
Since the X is very slow I added new backend to GDK library with my own implementation of drawing functions to allow rendering directly to the memory. Every other implementation draws to X offscreen drawable - pixmap - its not very effective. Now, I know, that there are better ways how to do it since there are thebes and I can draw to offscreen drawable using Cairo. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
