Module: wine Branch: master Commit: 5d10abde503fc4a952c114c658fed74f97bff090 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5d10abde503fc4a952c114c65...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Feb 6 08:50:21 2018 +0300
comctl32: Introduce Button control.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 1 + dlls/comctl32/button.c | 1153 ++++++++++++++++++++++++++++++++++++++++++ dlls/comctl32/comctl32.h | 1 + dlls/comctl32/commctrl.c | 2 + dlls/comctl32/tests/button.c | 18 +- dlls/comctl32/tests/misc.c | 3 +- dlls/user32/class.c | 1 - 7 files changed, 1164 insertions(+), 15 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5d10abde503fc4a952c11...