ChangeSet ID: 18991 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/18 10:14:56
Modified files: dlls/user : winpos.c win.c user_private.h user_main.c sysparams.c painting.c nonclient.c message.c input.c focus.c display.c defwnd.c cursoricon.c clipboard.c Makefile.in Added files: dlls/user : driver.c
Log message: Load the USER driver on demand instead of at user32 load time. Provide a fallback implementation for all the functions to avoid having to check for NULL functions everywhere.
Patch: http://cvs.winehq.org/patch.py?id=18991
Old revision New revision Changes Path 1.3 1.4 +8 -18 wine/dlls/user/winpos.c 1.14 1.15 +8 -14 wine/dlls/user/win.c 1.17 1.18 +1 -1 wine/dlls/user/user_private.h 1.90 1.91 +0 -106 wine/dlls/user/user_main.c 1.33 1.34 +4 -12 wine/dlls/user/sysparams.c 1.31 1.32 +6 -11 wine/dlls/user/painting.c 1.5 1.6 +1 -2 wine/dlls/user/nonclient.c 1.84 1.85 +9 -30 wine/dlls/user/message.c 1.5 1.6 +17 -42 wine/dlls/user/input.c 1.14 1.15 +1 -1 wine/dlls/user/focus.c 1.13 1.14 +2 -2 wine/dlls/user/display.c 1.4 1.5 +3 -4 wine/dlls/user/defwnd.c 1.12 1.13 +6 -6 wine/dlls/user/cursoricon.c 1.2 1.3 +12 -46 wine/dlls/user/clipboard.c 1.100 1.101 +1 -0 wine/dlls/user/Makefile.in Added 1.1 +0 -0 wine/dlls/user/driver.c