[ros-diffs] [fireball] 47289: - Sync up to Wine-1.1.44. Mouse pointer support in native driver mode is broken by this commit! - winent.drv: Move mouse pointer support code from userdrv.c to mouse.c.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri May 21 20:57:54 CEST 2010


Author: fireball
Date: Fri May 21 20:57:53 2010
New Revision: 47289

URL: http://svn.reactos.org/svn/reactos?rev=47289&view=rev
Log:
- Sync up to Wine-1.1.44. Mouse pointer support in native driver mode is broken by this commit!
- winent.drv: Move mouse pointer support code from userdrv.c to mouse.c.

Modified:
    branches/arwinss/reactos/dll/win32/gdi32/   (props changed)
    branches/arwinss/reactos/dll/win32/gdi32/dc.c
    branches/arwinss/reactos/dll/win32/gdi32/dib.c
    branches/arwinss/reactos/dll/win32/gdi32/driver.c
    branches/arwinss/reactos/dll/win32/gdi32/font.c
    branches/arwinss/reactos/dll/win32/gdi32/gdi_private.h
    branches/arwinss/reactos/dll/win32/gdi32/path.c
    branches/arwinss/reactos/dll/win32/user32/   (props changed)
    branches/arwinss/reactos/dll/win32/user32/cursoricon.c
    branches/arwinss/reactos/dll/win32/user32/driver.c
    branches/arwinss/reactos/dll/win32/user32/edit.c
    branches/arwinss/reactos/dll/win32/user32/lstr.c
    branches/arwinss/reactos/dll/win32/user32/resources/oic_winlogo.ico
    branches/arwinss/reactos/dll/win32/user32/resources/oic_winlogo.svg
    branches/arwinss/reactos/dll/win32/user32/uitools.c
    branches/arwinss/reactos/dll/win32/user32/user_private.h
    branches/arwinss/reactos/dll/win32/winent.drv/mouse.c
    branches/arwinss/reactos/dll/win32/winent.drv/userdrv.c
    branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec
    branches/arwinss/reactos/dll/win32/winex11.drv/   (props changed)
    branches/arwinss/reactos/dll/win32/winex11.drv/bitblt.c
    branches/arwinss/reactos/dll/win32/winex11.drv/clipboard.c
    branches/arwinss/reactos/dll/win32/winex11.drv/dib.c
    branches/arwinss/reactos/dll/win32/winex11.drv/event.c
    branches/arwinss/reactos/dll/win32/winex11.drv/keyboard.c
    branches/arwinss/reactos/dll/win32/winex11.drv/mouse.c
    branches/arwinss/reactos/dll/win32/winex11.drv/opengl.c
    branches/arwinss/reactos/dll/win32/winex11.drv/window.c
    branches/arwinss/reactos/dll/win32/winex11.drv/winex11.drv.spec
    branches/arwinss/reactos/dll/win32/winex11.drv/x11drv.h
    branches/arwinss/reactos/dll/win32/winex11.drv/x11drv_main.c
    branches/arwinss/reactos/dll/win32/winex11.drv/xdnd.c
    branches/arwinss/reactos/dll/win32/winex11.drv/xrender.c
    branches/arwinss/reactos/include/reactos/wine/server_protocol.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/   (props changed)
    branches/arwinss/reactos/subsystems/win32/win32k/include/object.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/request.h   (contents, props changed)
    branches/arwinss/reactos/subsystems/win32/win32k/include/user.h   (props changed)
    branches/arwinss/reactos/subsystems/win32/win32k/wine/   (props changed)
    branches/arwinss/reactos/subsystems/win32/win32k/wine/queue.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/arwinss/reactos/dll/win32/gdi32/dc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/gdi32/dc.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/gdi32/dib.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/gdi32/dib.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/gdi32/driver.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/gdi32/driver.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/gdi32/font.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/gdi32/font.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/gdi32/gdi_private.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/gdi32/gdi_private.h?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/gdi32/path.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/gdi32/path.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/cursoricon.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/cursoricon.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/driver.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/driver.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/edit.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/edit.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/lstr.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/lstr.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/resources/oic_winlogo.ico
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/resources/oic_winlogo.ico?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/resources/oic_winlogo.svg
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/resources/oic_winlogo.svg?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/uitools.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/uitools.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/user32/user_private.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/user_private.h?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winent.drv/mouse.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent.drv/mouse.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winent.drv/userdrv.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent.drv/userdrv.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/bitblt.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/bitblt.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/clipboard.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/clipboard.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/dib.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/dib.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/event.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/event.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/keyboard.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/keyboard.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/mouse.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/mouse.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/opengl.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/opengl.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/window.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/window.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/winex11.drv.spec
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/winex11.drv.spec?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/x11drv.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/x11drv.h?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/x11drv_main.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/x11drv_main.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/xdnd.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/xdnd.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/dll/win32/winex11.drv/xrender.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winex11.drv/xrender.c?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/include/reactos/wine/server_protocol.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/include/reactos/wine/server_protocol.h?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/object.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/object.h?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/request.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/request.h?rev=47289&r1=47288&r2=47289&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/queue.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/wine/queue.c?rev=47289&r1=47288&r2=47289&view=diff




More information about the Ros-diffs mailing list