xproto
xfixes
- 0
- 1
The negotiated version of Composite
This indicates the version of Composite chosen by the server. It will always be
less than or equal to the version offered by the client.
The major version chosen by the server.
The minor version chosen by the server.
Negotiate the version of Composite
This negotiates the version of the Composite extension. It must be precede all
other requests using Composite. Failure to do so will cause a BadRequest error.
The major version supported by the client.
The minor version supported by the client.
Redirect the hierarchy starting at "window" to off-screen storage.
The hierarchy starting at 'window' is directed to off-screen
storage. When all clients enabling redirection terminate,
the redirection will automatically be disabled.
The root window may not be redirected. Doing so results in a Match
error.
The root of the hierarchy to redirect to off-screen storage.
Whether contents are automatically mirrored to the parent window. If one client
already specifies an update type of Manual, any attempt by another to specify a
mode of Manual so will result in an Access error.
Redirect all current and future children of ‘window’
Hierarchies starting at all current and future children of window
will be redirected as in RedirectWindow. If update is Manual,
then painting of the window background during window manipulation
and ClearArea requests is inhibited.
The root of the hierarchy to redirect to off-screen storage.
Whether contents are automatically mirrored to the parent window. If one client
already specifies an update type of Manual, any attempt by another to specify a
mode of Manual so will result in an Access error.
Terminate redirection of the specified window.
Redirection of the specified window will be terminated. This cannot be
used if the window was redirected with RedirectSubwindows.
The window to terminate redirection of. Must be redirected by the
current client, or a Value error results.
The update type passed to RedirectWindows. If this does not match the
previously requested update type, a Value error results.
Terminate redirection of the specified window’s children
Redirection of all children of window will be terminated.
The window to terminate redirection of. Must have previously been
selected for sub-redirection by the current client, or a Value error
results.
The update type passed to RedirectSubWindows. If this does not match
the previously requested update type, a Value error results.