Alexandre Julliard : user32: Store 32-bit and 16-bit cursors/ icons in independent structures.
Module: wine Branch: master Commit: f89aaa65ad4d89a0488d573a913de7f1dd2fff9d URL: http://source.winehq.org/git/wine.git/?a=commit;h=f89aaa65ad4d89a0488d573a91... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Feb 8 17:38:05 2010 +0100 user32: Store 32-bit and 16-bit cursors/icons in independent structures. --- dlls/user.exe16/message.c | 29 +-------- dlls/user.exe16/user.c | 115 ++++++++++++++++++++++++++++++++++- dlls/user.exe16/user_private.h | 7 +- dlls/user32/controls.h | 10 ++- dlls/user32/cursoricon.c | 132 ++++++++++++++++++++++++++++++++-------- dlls/user32/winproc.c | 38 +----------- 6 files changed, 234 insertions(+), 97 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f89aaa65ad4d89a0488d57...
participants (1)
-
Alexandre Julliard