[ros-diffs] [fireball] 50318: - Forgot to commit this file, related to SWM interface changes.

fireball at svn.reactos.org fireball at svn.reactos.org
Sat Jan 8 11:25:00 UTC 2011


Author: fireball
Date: Sat Jan  8 11:24:57 2011
New Revision: 50318

URL: http://svn.reactos.org/svn/reactos?rev=50318&view=rev
Log:
- Forgot to commit this file, related to SWM interface changes.

Modified:
    branches/arwinss/reactos/include/reactos/wine/rosuser.h

Modified: branches/arwinss/reactos/include/reactos/wine/rosuser.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/include/reactos/wine/rosuser.h?rev=50318&r1=50317&r2=50318&view=diff
==============================================================================
--- branches/arwinss/reactos/include/reactos/wine/rosuser.h [iso-8859-1] (original)
+++ branches/arwinss/reactos/include/reactos/wine/rosuser.h [iso-8859-1] Sat Jan  8 11:24:57 2011
@@ -13,9 +13,13 @@
 
 /* DEFINES *******************************************************************/
 
+#define SWM_ROOT_WINDOW_ID 1
+
 /* ENUMERATIONS **************************************************************/
 
 /* TYPES *********************************************************************/
+
+typedef ULONG_PTR GR_WINDOW_ID;
 
 /* FUNCTIONS *****************************************************************/
 
@@ -173,28 +177,25 @@
 BOOL NTAPI
 RosUserBuildShellHookHwndList(HWND *list, UINT *cbSize);
 
-VOID NTAPI
-SwmAddWindow(HWND hWnd, RECT *WindowRect, DWORD style, DWORD ex_style);
+GR_WINDOW_ID NTAPI
+SwmNewWindow(GR_WINDOW_ID parent, RECT *WindowRect, HWND hWnd, DWORD ex_style);
 
 VOID NTAPI
 SwmAddDesktopWindow(HWND hWnd, UINT Width, UINT Height);
 
 VOID NTAPI
-SwmRemoveWindow(HWND hWnd);
+SwmDestroyWindow(GR_WINDOW_ID Wid);
 
 VOID NTAPI
 SwmSetForeground(HWND hWnd);
 
 VOID NTAPI
-SwmPosChanging(HWND hWnd, const RECT *WindowRect);
-
-VOID NTAPI
-SwmPosChanged(HWND hWnd, const RECT *WindowRect, const RECT *OldRect, HWND hWndAfter, UINT SwpFlags);
+SwmPosChanged(GR_WINDOW_ID Wid, const RECT *WindowRect, const RECT *OldRect, HWND hWndAfter, UINT SwpFlags);
 
 HWND NTAPI
 SwmGetWindowFromPoint(LONG x, LONG y);
 
 VOID NTAPI
-SwmShowWindow(HWND hWnd, BOOLEAN Show, UINT SwpFlags);
+SwmShowWindow(GR_WINDOW_ID Wid, BOOLEAN Show, UINT SwpFlags);
 
 #endif /* __WIN32K_NTUSER_H */




More information about the Ros-diffs mailing list