Re: [PATCH 1/6] Move the INT64 types in sync.xml to the sync: namespace

2013-11-06 Thread Peter Harris
On 2013-11-05 19:39, Keith Packard wrote: This makes sure we use the crazy sync-specific 64-bit datatype instead of the global INT64 type Signed-off-by: Keith Packard kei...@keithp.com --- src/sync.xml | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-)

Re: [PATCH 1/6] Move the INT64 types in sync.xml to the sync: namespace

2013-11-06 Thread Keith Packard
Peter Harris phar...@opentext.com writes: diff --git a/src/sync.xml b/src/sync.xml index 516d149..ae3bbbc 100644 --- a/src/sync.xml +++ b/src/sync.xml @@ -41,14 +41,14 @@ for licensing information. item name=Events bit5/bit/item /enum - struct name=INT64 + struct

Re: [PATCH 1/6] Move the INT64 types in sync.xml to the sync: namespace

2013-11-06 Thread Peter Harris
On 2013-11-06 13:11, Keith Packard wrote: Peter Harris phar...@opentext.com writes: diff --git a/src/sync.xml b/src/sync.xml index 516d149..ae3bbbc 100644 --- a/src/sync.xml +++ b/src/sync.xml @@ -41,14 +41,14 @@ for licensing information. item name=Events bit5/bit/item /enum - struct

Re: [PATCH 1/6] Move the INT64 types in sync.xml to the sync: namespace

2013-11-06 Thread Keith Packard
Peter Harris phar...@opentext.com writes: This line declares a struct. All declarations are in the enclosing namespace by definition. Ok, fixed and pushed to my dri3 branch. -- keith.pack...@intel.com pgph2gdBhzRqY.pgp Description: PGP signature

[PATCH 1/6] Move the INT64 types in sync.xml to the sync: namespace

2013-11-05 Thread Keith Packard
This makes sure we use the crazy sync-specific 64-bit datatype instead of the global INT64 type Signed-off-by: Keith Packard kei...@keithp.com --- src/sync.xml | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/sync.xml b/src/sync.xml index