mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
[Win32k]
- Fix painting message regression. svn path=/trunk/; revision=68908
This commit is contained in:
parent
e4007ae73a
commit
ff31610bfb
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ DesktopWindowProc(PWND Wnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *lRe
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
TRACE("DWP calling IDWP Msg %d\n",Msg);
|
TRACE("DWP calling IDWP Msg %d\n",Msg);
|
||||||
*lResult = IntDefWindowProc(Wnd, Msg, wParam, lParam, FALSE);
|
//*lResult = IntDefWindowProc(Wnd, Msg, wParam, lParam, FALSE);
|
||||||
}
|
}
|
||||||
return TRUE; /* We are done. Do not do any callbacks to user mode */
|
return TRUE; /* We are done. Do not do any callbacks to user mode */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue