Find a file
Owen W. Taylor e4ba4e04b8 HideCursor/ShowCursor: Fix the interpretation of the window argument
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>
2015-04-08 14:20:11 -04:00
.gitignore .gitignore: use common defaults with custom section # 24239 2009-11-15 13:22:54 -05:00
AUTHORS Add AUTHORS. 2004-02-03 20:47:55 +00:00
autogen.sh autogen.sh: Implement GNOME Build API 2013-01-15 14:02:59 -05:00
configure.ac config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES 2013-10-26 09:42:05 -04:00
COPYING fixesproto v5: Pointer barriers 2011-02-09 18:06:51 -05:00
fixesproto.pc.in fixesproto: adjust to split xext headers 2009-07-16 22:34:00 +01:00
fixesproto.txt HideCursor/ShowCursor: Fix the interpretation of the window argument 2015-04-08 14:20:11 -04:00
Makefile.am config: remove the pkgconfig pc.in file from EXTRA_DIST 2010-03-28 19:00:30 -04:00
README README: file created or updated #24206 2009-11-16 11:10:10 -05:00
xfixesproto.h fixesproto v5: Pointer barriers 2011-02-09 18:06:51 -05:00
xfixeswire.h fixesproto v5: Pointer barriers 2011-02-09 18:06:51 -05:00

				X Fixes Extension

The extension makes changes to many areas of the protocol to resolve
issues raised by application interaction with core protocol mechanisms
that cannot be adequately worked around on the client side of the wire.

Extension name: XFIXES

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/proto/fixesproto

        http://cgit.freedesktop.org/xorg/proto/fixesproto

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage