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
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>
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.
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.