Commit graph

8 commits

Author SHA1 Message Date
Alan Coopersmith
f717637569 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/99>
2025-08-02 14:39:03 -07:00
Adam Jackson
50dc5f453a composite: Fix the documentation for the unredirection requests
We didn't document the 'update' parameter, which has to match what the
client previously requested. Also, the server, client library, and
protocol header call it UnredirectSubwindows, not UnredirectWindows.

Fixes: xorg/proto/xorgproto#15
2019-03-01 23:47:28 +00:00
Giuseppe Bilotta
29c53a28fa Spelling and grammar fixes
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
2018-02-28 10:26:40 -05:00
Daniel Martin
91289aced6 Remove {Redirect, Transform}Coordinate requests
Remove the RedirectCoordinate and TransformCoordinate requests from the
specification. The corresponding events and structures had been removed
in July 2007:
    commit 1838412 Define new manual-redirect clipping semantics and
                   bump version to 0.4.

Reference-to: 1838412121

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-02-18 14:53:34 +10:00
Keith Packard
1838412121 Define new manual-redirect clipping semantics and bump version to 0.4.
Manual-redirect windows no longer clip their parents, nor do they affect
expose event computation. This makes it possible to create application-level
composited windows which can be damaged by other window manipulations.

This patch also removes the coordinate transformation stuff which was never
released.
2007-07-03 14:09:41 -07:00
Alan Coopersmith
6acacb52ef Protocol spec nit cleanups
Fix versioning from 0.3/0.4 merge
Update description of RedirectWindow to match names in protocol diagrams
2007-04-17 20:47:50 -07:00
Eric Anholt
dd2133540f Update protocol spec for 0.3 -> 0.4 rename and new 0.3 request.
The original overlay window text was from Deron Johnson, but I moved it
around to be where I understand the pieces of the description were meant to go.
2007-01-09 10:42:31 -08:00
Eric Anholt
ea2c1d120e Move composite protocol description to the new canonical location/name. 2007-01-09 09:46:31 -08:00
Renamed from protocol (Browse further)