mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
#160 log WndProc
This commit is contained in:
parent
4e2d7aea85
commit
641313eaaf
@ -16,16 +16,17 @@
|
|||||||
|
|
||||||
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
/*
|
if (uMsg != WM_MOUSEMOVE && uMsg != WM_NCMOUSEMOVE && uMsg != WM_NCHITTEST && uMsg != WM_SETCURSOR)
|
||||||
TRACE(
|
{
|
||||||
" uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n",
|
TRACE_EXT(
|
||||||
dbg_mes_to_str(uMsg),
|
" uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n",
|
||||||
uMsg,
|
dbg_mes_to_str(uMsg),
|
||||||
wParam,
|
uMsg,
|
||||||
wParam,
|
wParam,
|
||||||
lParam,
|
wParam,
|
||||||
lParam);
|
lParam,
|
||||||
*/
|
lParam);
|
||||||
|
}
|
||||||
|
|
||||||
static BOOL in_size_move = FALSE;
|
static BOOL in_size_move = FALSE;
|
||||||
static int redraw_count = 0;
|
static int redraw_count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user