Module: wine Branch: master Commit: feac0e4ad9d48db798e740f7ab67ec729faf0763 URL: https://source.winehq.org/git/wine.git/?a=commit;h=feac0e4ad9d48db798e740f7a... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Thu Dec 12 01:11:03 2019 +0100 dmcompos: Use the debug functions provided by dmobject.[ch]. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dmcompos/chordmap.c | 4 +- dlls/dmcompos/composer.c | 1 + dlls/dmcompos/dmcompos_main.c | 265 +-------------------------------------- dlls/dmcompos/dmcompos_private.h | 22 ---- dlls/dmcompos/dmobject.c | 247 +++++++++++++++++++++++++++++++++++- dlls/dmcompos/dmobject.h | 14 ++- 6 files changed, 258 insertions(+), 295 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=feac0e4ad9d48db798e74...