Re: [PATCH 6/6] Add Present protocol specification

2013-11-06 Thread Adam Jackson
On Tue, 2013-11-05 at 16:39 -0800, Keith Packard wrote: diff --git a/src/xproto.xml b/src/xproto.xml index c9f6979..8a2e276 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -1085,6 +1085,7 @@ The number of keycodes altered. field type=CARD32 name=length/ field type=CARD16

Re: [PATCH 6/6] Add Present protocol specification

2013-11-06 Thread Peter Harris
On 2013-11-05 19:39, Keith Packard wrote: Signed-off-by: Keith Packard kei...@keithp.com diff --git a/src/xproto.xml b/src/xproto.xml index c9f6979..8a2e276 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -1085,6 +1085,7 @@ The number of keycodes altered. field type=CARD32

Re: [PATCH 6/6] Add Present protocol specification

2013-11-06 Thread Keith Packard
Adam Jackson a...@nwnk.net writes: This probably wants to be in the same separate commit as mentioned in 5/6? Fixed. Thanks. -- keith.pack...@intel.com pgp5gVnPeGtaG.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH 6/6] Add Present protocol specification

2013-11-06 Thread Keith Packard
Peter Harris phar...@opentext.com writes: NAK. This field is not on the wire, it is an implementation detail of libxcb. This appears to be a workaround from before http://cgit.freedesktop.org/xcb/libxcb/commit/?id=45619dc71e9411a526d7c69595cf615b1b1206cf , and should not be necessary with

Re: [PATCH 6/6] Add Present protocol specification

2013-11-06 Thread Peter Harris
On 2013-11-06 13:54, Keith Packard wrote: Peter Harris phar...@opentext.com writes: NAK. This field is not on the wire, it is an implementation detail of libxcb. This appears to be a workaround from before

[PATCH 6/6] Add Present protocol specification

2013-11-05 Thread Keith Packard
Signed-off-by: Keith Packard kei...@keithp.com --- src/Makefile.am | 1 + src/present.xml | 221 src/xproto.xml | 1 + 3 files changed, 223 insertions(+) create mode 100644 src/present.xml diff --git a/src/Makefile.am