Skip to content

Commit

Permalink
Updated strict build
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Jun 29, 2024
1 parent 38d13ab commit 94644b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/win/WinWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,10 @@ namespace lsp

case WM_WINDOWPOSCHANGED:
{
#ifdef LSP_TRACE
WINDOWPOS *p = reinterpret_cast<WINDOWPOS *>(lParam);
lsp_trace("windowposchanged wnd=%p (%p) flags=0x%x transient_for=%p", hWindow, p->hwnd, p->flags, hTransientFor);
#endif /* LSP_TRACE */
break;
}

Expand Down

0 comments on commit 94644b3

Please sign in to comment.