mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
silence debug messages
svn path=/trunk/; revision=9323
This commit is contained in:
parent
c862df0add
commit
9c710c79db
1 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: window.c,v 1.225 2004/05/08 12:42:46 weiden Exp $
|
||||
/* $Id: window.c,v 1.226 2004/05/08 12:49:34 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -1366,7 +1366,7 @@ IntCalcDefPosSize(PWINDOW_OBJECT Parent, PWINDOW_OBJECT WindowObject, RECT *rc,
|
|||
PDESKTOP_OBJECT Desktop;
|
||||
SIZE Sz;
|
||||
POINT Pos;
|
||||
DbgPrint("IntCalcDefPosSize: Parent: 0x%x, Window: 0x%x, IncPos: 0x%x\n", Parent, WindowObject, IncPos);
|
||||
|
||||
Desktop = WindowObject->OwnerThread->Win32Thread->Desktop;
|
||||
IntGetDesktopWorkArea(Desktop, rc);
|
||||
|
||||
|
@ -1738,7 +1738,6 @@ NtUserCreateWindowEx(DWORD dwExStyle,
|
|||
|
||||
ProcessParams = PsGetCurrentProcess()->Peb->ProcessParameters;
|
||||
|
||||
DbgPrint("Creating WS_OVERLAPPED window (0x%x, 0x%x, 0x%x, 0x%x)\n", x, y, nWidth, nHeight);
|
||||
if(x == CW_USEDEFAULT || x == CW_USEDEFAULT16)
|
||||
{
|
||||
CalculatedDefPosSize = IntCalcDefPosSize(ParentWindow, WindowObject, &rc, TRUE);
|
||||
|
|
Loading…
Reference in a new issue