Alexandre Julliard : server: Store the cursor clip rectangle in the server.
Module: wine Branch: master Commit: 02e8174067216e085e2f6a0d1dbbfabad74491b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=02e8174067216e085e2f6a0d1d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Feb 25 11:31:47 2011 +0100 server: Store the cursor clip rectangle in the server. --- dlls/user32/cursoricon.c | 58 +++++++++++++++++++++++++++------------ dlls/winex11.drv/mouse.c | 17 +++--------- include/wine/server_protocol.h | 5 +++- server/protocol.def | 3 ++ server/queue.c | 24 +++++++++++----- server/request.h | 6 +++- server/trace.c | 2 + server/user.h | 12 ++++++++ server/window.c | 22 +++++++------- server/winstation.c | 4 +++ 10 files changed, 101 insertions(+), 52 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=02e8174067216e085e2f6a...
participants (1)
-
Alexandre Julliard