Age | Commit message (Collapse) | Author |
|
Signed-off-by: Peter Harris <pharris@opentext.com>
|
|
In the implementation of HideCursor/ShowCursor in the xserver code,
the window passed in only identifies a screen, not a portion of the
window tree, and it's been that way since the beginning. Changing
the implementation at this point would likely break existing code,
and the main usage of this protocol (magnifiers) only needs the
global behavior, so change the protocol to document the actual
behavior.
Reviewed-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
|
|
Technically this is a change in the protocol, but we've never supported
anything but a Window.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
v3: Review fixes:
- INT16 not CARD16 for coordinates
- BadDevice not BadMatch
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
CursorNotifies are only sent for the ClientPointer to avoid confusion in the
client.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Servers supporting XI2 will hide all cursors when a client requests
HideCursor. This is arguably closest to the original intent of the request -
to not display a cursor above the given window.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
The semantics in the spec were conflicting, and the implementation did the
'don't remap' version which was not useful. The server implementation has
been fixed, this change clarifies the specification to match that design.
|
|
|
|
Add ExpandRegion, HideCursor & ShowCursor requests
Correct description of version numbering to match XFixes conventions
|
|
|