Age | Commit message (Collapse) | Author |
|
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
|
|
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
|
|
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: 1838412121d0bac8ce443d362e75439d58a93a4d
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
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.
|
|
Fix versioning from 0.3/0.4 merge
Update description of RedirectWindow to match names in protocol diagrams
|
|
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.
|
|
|