Piotr Caban : user32: Move IME window procedure to user32.
Module: wine Branch: master Commit: 3be5c16b4da8ba07859081007533a744b1ba0ea8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3be5c16b4da8ba078590810075... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Mon Nov 10 13:46:18 2014 +0100 user32: Move IME window procedure to user32. --- dlls/imm32/imm.c | 105 ++++++----------------------------------- dlls/imm32/imm32.spec | 4 ++ dlls/user32/class.c | 1 + dlls/user32/controls.h | 4 ++ dlls/user32/misc.c | 116 ++++++++++++++++++++++++++++++++++++++++++++-- dlls/user32/tests/class.c | 11 ++--- dlls/user32/user_main.c | 6 +++ dlls/user32/winproc.c | 1 + 8 files changed, 146 insertions(+), 102 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3be5c16b4da8ba07859081...
participants (1)
-
Alexandre Julliard