ChangeSet ID: 5839 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/17 23:05:49
Modified files: windows : painting.c objects : palette.c include : user.h dlls/user : user_main.c user16.c
Log message: Store the original GDI palette functions in pfnSelectPalette and pfnRealizePalette so that USER doesn't have to import them.
Patch: http://cvs.winehq.com/patch.py?id=5839
Old revision New revision Changes Path 1.76 1.77 +10 -17 wine/windows/painting.c 1.51 1.52 +2 -2 wine/objects/palette.c 1.44 1.45 +2 -0 wine/include/user.h 1.44 1.45 +7 -2 wine/dlls/user/user_main.c 1.4 1.5 +16 -0 wine/dlls/user/user16.c