navaraf@cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/w32api/include/ Changes by: navaraf@mok.osexperts.com 04/12/05 18:23:06
Modified files: reactos/include/win32k/: ntuser.h reactos/lib/user32/misc/: misc.c reactos/subsys/system/winlogon/: winlogon.h reactos/subsys/win32k/include/: desktop.h reactos/subsys/win32k/ntuser/: desktop.c misc.c stubs.c reactos/w32api/include/: winuser.h
Log message:
- Basic implementation of (NtUser)UpdatePerUserSystemParameters.
- Move code querying for "PaintDesktopVersion" to NtUserUpdatePerUserSystemParameters.
I think the code to query for "PaintDesktopVersion" should be moved back to its old location and get called from NtUserUpdatePerUserSystemParameters becaus this function needs to do a lot more initialization work on behalf of the user. For example, updating system colors, system metrics and setting the background pattern or wallpaper.
Regatds, Eric