ChangeSet ID: 1024013320284315789192082 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/13 19:08:40
Modified files: dlls/x11drv : event.c mouse.c window.c x11drv_main.c include : x11drv.h
Log message: Update the cursor for each window on receiving an X11 event, don't wait for the SetCursor call. Added EnterNotify handler to set the cursor on window map/unmap.
Patch: http://cvs.winehq.com/patch.py?id=1024013320284315789192082
Revision Changes Path 1.5 +5 -0 wine/dlls/x11drv/event.c 1.8 +65 -27 wine/dlls/x11drv/mouse.c 1.37 +11 -11 wine/dlls/x11drv/window.c 1.55 +2 -0 wine/dlls/x11drv/x11drv_main.c 1.111 +2 -0 wine/include/x11drv.h