From 3dabe3bd8d9de5c53579ac34205992108ab5db9b Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Tue, 27 Jan 2009 18:47:08 +0000 Subject: [PATCH] - Direct call NtSetInternalWindowPos - Add TODO for GetInternalWindowPos svn path=/trunk/; revision=39146 --- reactos/dll/win32/user32/misc/stubs.c | 15 --------------- reactos/dll/win32/user32/user32.def | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/reactos/dll/win32/user32/misc/stubs.c b/reactos/dll/win32/user32/misc/stubs.c index 0f68200db1f..06382e84144 100644 --- a/reactos/dll/win32/user32/misc/stubs.c +++ b/reactos/dll/win32/user32/misc/stubs.c @@ -142,21 +142,6 @@ LoadRemoteFonts ( VOID ) UNIMPLEMENTED; } -/* - * @unimplemented - */ -VOID -WINAPI -SetInternalWindowPos( - HWND hwnd, - UINT showCmd, - LPRECT rect, - LPPOINT pt - ) -{ - UNIMPLEMENTED; -} - /* * @unimplemented */ diff --git a/reactos/dll/win32/user32/user32.def b/reactos/dll/win32/user32/user32.def index bee005da02f..8275a87d691 100644 --- a/reactos/dll/win32/user32/user32.def +++ b/reactos/dll/win32/user32/user32.def @@ -289,7 +289,7 @@ GetGuiResources@8=NtUserGetGuiResources@8 GetIconInfo@8 GetInputDesktop@0 GetInputState@0 -GetInternalWindowPos@12 +GetInternalWindowPos@12 ; TODO: direct call NtUserGetInternalWindowPos GetKBCodePage@0 GetKeyNameTextA@12 GetKeyNameTextW@12 @@ -607,7 +607,7 @@ SetDlgItemTextW@12 SetDoubleClickTime@4 SetFocus@4=NtUserSetFocus@4 SetForegroundWindow@4 -SetInternalWindowPos@16 +SetInternalWindowPos@16=NtUserSetInternalWindowPos@16 SetKeyboardState@4=NtUserSetKeyboardState@4 SetLastErrorEx@8 SetLayeredWindowAttributes@16=NtUserSetLayeredWindowAttributes@16