ChangeSet ID: 9855 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/23 23:23:37
Modified files: dlls/shell32 : systray.c shpolicy.c shlview.c shell32_main.c
Log message: Filip Navara xnavara@volny.cz - Removed initialization of sh32_policy_table in SHInitRestricted, because it's already statically initialized. - Removed calling of SHInitRestricted(NULL, NULL) from DllMain because it does nothing in this case now. - Added support for flags FWF_DESKTOP, FWF_NOCLIENTEDGE, FWF_TRANSPARENT in ShellView. - Fixed small bug in setting SysTray window class hbrBackground.
Patch: http://cvs.winehq.com/patch.py?id=9855
Old revision New revision Changes Path 1.23 1.24 +1 -1 wine/dlls/shell32/systray.c 1.17 1.18 +1 -8 wine/dlls/shell32/shpolicy.c 1.87 1.88 +13 -3 wine/dlls/shell32/shlview.c 1.124 1.125 +0 -1 wine/dlls/shell32/shell32_main.c