mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
winemac: Add debug tracing for queried icon size.
This commit is contained in:
parent
b6fdba7873
commit
787a937ed8
@ -205,6 +205,7 @@ CGImageRef create_cgimage_from_icon(HANDLE icon, int width, int height)
|
||||
if (!info.hbmColor) bm.bmHeight = max(1, bm.bmHeight / 2);
|
||||
width = bm.bmWidth;
|
||||
height = bm.bmHeight;
|
||||
TRACE("new width %d height %d\n", width, height);
|
||||
|
||||
DeleteObject(info.hbmColor);
|
||||
DeleteObject(info.hbmMask);
|
||||
|
Loading…
x
Reference in New Issue
Block a user