[Bug 52586] Approach (Smart Suite) crashes when trying to print to cups-pdf

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jun 11 06:14:33 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52586

--- Comment #12 from kjpetrie <winehq.bugs at kjpetrie.co.uk> ---
This bug is:

b02405d799fafdc9830aafb9308416f710ad30f2 is the first bad commit
commit b02405d799fafdc9830aafb9308416f710ad30f2
Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Mon Jan 24 15:47:07 2022 +0800

    uxtheme: Hook DefDlgProc() for dialog theming.

    Fix controls on OpenMPT's channel setting dialog having incorrect
background.

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

 dlls/user32/defdlg.c        |  34 +++++++--
 dlls/user32/hook.c          |   1 +
 dlls/user32/user_private.h  |   1 +
 dlls/uxtheme/Makefile.in    |   1 +
 dlls/uxtheme/dialog.c       | 176 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/uxtheme/system.c       |   1 +
 dlls/uxtheme/tests/system.c |  20 +----
 dlls/uxtheme/uxthemedll.h   |   1 +
 include/winuser.h           |   1 +
 9 files changed, 210 insertions(+), 26 deletions(-)
 create mode 100644 dlls/uxtheme/dialog.c


I'll look into "my" bug tomorrow and open a new bug for that.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list