update for HEAD-2003091401
[reactos.git] / lib / user32 / include / window.h
index 02eb0eb..a5e06ce 100644 (file)
@@ -5,9 +5,20 @@
  * PURPOSE:     Window management definitions
  */
 #include <windows.h>
+#include <user32/wininternal.h>
 
 #define IS_ATOM(x) \
   (((ULONG_PTR)(x) > 0x0) && ((ULONG_PTR)(x) < 0x10000))
 
 VOID
 UserSetupInternalPos(VOID);
+BOOL UserDrawSysMenuButton( HWND hWnd, HDC hDC, LPRECT, BOOL down );
+PINTERNALPOS
+UserGetInternalPos(HWND hWnd);
+ULONG
+UserHasDlgFrameStyle(ULONG Style, ULONG ExStyle);
+ULONG
+UserHasThickFrameStyle(ULONG Style, ULONG ExStyle);
+
+DWORD
+SCROLL_HitTest( HWND hwnd, INT nBar, POINT pt, BOOL bDragging );