Module: wine Branch: master Commit: 76f8ea750150b61e26aa41b9de961e5c94685323 URL: https://source.winehq.org/git/wine.git/?a=commit;h=76f8ea750150b61e26aa41b9d...
Author: Zhiyi Zhang zzhang@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@codeweavers.com Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=76f8ea750150b61e26aa4...