Nikolay Sivov : comctl32: Introduce Button control.

Alexandre Julliard julliard at winehq.org
Tue Feb 6 15:55:49 CST 2018


Module: wine
Branch: master
Commit: 5d10abde503fc4a952c114c658fed74f97bff090
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5d10abde503fc4a952c114c658fed74f97bff090

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Feb  6 08:50:21 2018 +0300

comctl32: Introduce Button control.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=5d10abde503fc4a952c114c658fed74f97bff090



More information about the wine-cvs mailing list