reorganized window.c

svn path=/trunk/; revision=5732
This commit is contained in:
Thomas Bluemel 2003-08-21 23:07:40 +00:00
parent b90ac7e87b
commit 7b8304433e
2 changed files with 1388 additions and 1350 deletions

View file

@ -108,6 +108,9 @@ inline BOOL IntIsDesktopWindow(PWINDOW_OBJECT WindowObject);
inline BOOL IntIsBroadcastHwnd( HWND hwnd );
BOOLEAN FASTCALL
IntWndBelongsToThread(PWINDOW_OBJECT Window, PW32THREAD ThreadData);
NTSTATUS FASTCALL
InitWindowImpl (VOID);
@ -153,7 +156,10 @@ PPROPERTY FASTCALL
IntGetProp(PWINDOW_OBJECT WindowObject, ATOM Atom);
DWORD FASTCALL
IOntGetWindowThreadProcessId(PWINDOW_OBJECT Wnd, PDWORD pid);
IntGetWindowThreadProcessId(PWINDOW_OBJECT Wnd, PDWORD pid);
VOID FASTCALL
IntUnlinkWindow(PWINDOW_OBJECT Wnd);
ULONG
UserHasDlgFrameStyle(ULONG Style, ULONG ExStyle);

File diff suppressed because it is too large Load diff