Re: A possible problem with an external compositing manager
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Around 13 o'clock on Nov 12, Soeren Sandmann wrote: > I thought of a potential problem with having all drawing routed though > an external compositing manager: Applications can no longer know for > sure that their drawing has actually reached the screen. I hadn't thought of this, but it's certainly a valid point. I can think of several solutions, but none which is both efficient and compatible with existing mechanisms. I addressed this in the shadow frame buffer code by special casing GetImage to sync contents to the screen before returning the data; we can't really do that in this case without a lot of hacks. Hmm. -keith