Commit f010a930 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Improve the debug tracing in macdrv_SetWindowStyle().

parent f57db8a3
......@@ -962,7 +962,7 @@ void CDECL macdrv_SetWindowStyle(HWND hwnd, INT offset, STYLESTRUCT *style)
{
struct macdrv_win_data *data;
TRACE("%p, %d, %p\n", hwnd, offset, style);
TRACE("hwnd %p offset %d styleOld 0x%08x styleNew 0x%08x\n", hwnd, offset, style->styleOld, style->styleNew);
if (hwnd == GetDesktopWindow()) return;
if (!(data = get_win_data(hwnd))) return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment