[PATCH 4/6] Add MIT-SHM AttachFd and CreateSegment requests

2013-11-05 Thread Keith Packard
Signed-off-by: Keith Packard --- src/shm.xml | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/shm.xml b/src/shm.xml index adda509..0954d76 100644 --- a/src/shm.xml +++ b/src/shm.xml @@ -113,4 +113,23 @@ authorization from the authors. + + + +

Re: [PATCH 4/6] Add MIT-SHM AttachFd and CreateSegment requests

2013-11-06 Thread Adam Jackson
On Tue, 2013-11-05 at 16:39 -0800, Keith Packard wrote: > Signed-off-by: Keith Packard > --- > src/shm.xml | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/src/shm.xml b/src/shm.xml > index adda509..0954d76 100644 > --- a/src/shm.xml > +++ b/src/shm.xml > @@ -113,4 +

Re: [PATCH 4/6] Add MIT-SHM AttachFd and CreateSegment requests

2013-11-06 Thread Keith Packard
Adam Jackson writes: > This doesn't bump the extension minor number. Thanks. > Also doesn't seem to have the QueryCaps thing, but I guess that doesn't > exist at all yet. I know it's the 'safe' thing to do, but it places an additional burden on any application using the extension, and I cannot