Zhiyi Zhang : comctl32/pager: Support toolbar notification conversion.

Alexandre Julliard julliard at winehq.org
Fri Sep 21 17:04:30 CDT 2018


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Mon Sep 17 23:26:31 2018 +0800

comctl32/pager: Support toolbar notification conversion.

Fix BibleWorks 10 not displaying toolbar.

Pager always wants Unicode notifications from its children.
And the parent of pager may want ANSI notifications. In this
case, pager need to convert Unicode notifications to ANSI ones
before sending them to parent and convert ANSI notifications
from parent to Unicode before returning the result to its children.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/pager.c       |  96 +++++++++++
 dlls/comctl32/tests/pager.c | 398 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 494 insertions(+)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=76f8ea750150b61e26aa41b9de961e5c94685323



More information about the wine-cvs mailing list