fixesproto: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Wed Apr 8 11:20:49 PDT 2015


 fixesproto.txt |   22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

New commits:
commit e4ba4e04b8ff7c975a5ada2ffdcc2f34ed294653
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Wed Apr 8 11:30:39 2015 -0400

    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 at keithp.com>
    Reviewed-by: Daniel Stone <daniels at collabora.com>
    Signed-off-by: Owen W. Taylor <otaylor at fishsoup.net>



More information about the xorg-commit mailing list