Re: OutputOnly windows
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Around 9 o'clock on Nov 12, Egbert Eich wrote: > True. I had opted for a new XFixesGetWindowAttributes() that does > the reports everything XGetWindowAttributes() does plus new > information. That would allow to make future additions in a sane > way by bouncing version numbers. But maybe this is not an issue. Ok, I think we can do that. I think I'll stick a version number into the window attributes structure so we can return more stuff in the future while remaining binary compatible with older apps and not require allocations of the data structure. This will also let me fall back to the core protocol when XFixes isn't supported. I like this better than kludging the core protocol. Thanks, Egbert. -keith