[CMAKE]
[reactos.git] / subsystems / win32 / win32k / include / desktop.h
index ecdd420..1291113 100644 (file)
@@ -24,8 +24,6 @@ typedef struct _DESKTOP
     DWORD dwMouseHoverTime;
 
     /* ReactOS */
-    /* Rectangle of the work area */
-    RECTL WorkArea;
     /* Pointer to the active queue. */
     PVOID ActiveMessageQueue;
     /* Handle of the desktop window. */
@@ -47,7 +45,9 @@ typedef struct _SHELL_HOOK_WINDOW
   HWND hWnd;
 } SHELL_HOOK_WINDOW, *PSHELL_HOOK_WINDOW;
 
-NTSTATUS FASTCALL
+INIT_FUNCTION
+NTSTATUS
+NTAPI
 InitDesktopImpl(VOID);
 
 NTSTATUS FASTCALL
@@ -69,9 +69,6 @@ IntDesktopObjectParse(IN PVOID ParseObject,
 VOID APIENTRY
 IntDesktopObjectDelete(PWIN32_DELETEMETHOD_PARAMETERS Parameters);
 
-VOID FASTCALL
-IntGetDesktopWorkArea(PDESKTOP Desktop, RECTL *Rect);
-
 LRESULT CALLBACK
 IntDesktopWindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
 
@@ -81,7 +78,7 @@ IntGetScreenDC(VOID);
 HWND FASTCALL
 IntGetDesktopWindow (VOID);
 
-PWINDOW_OBJECT FASTCALL
+PWND FASTCALL
 UserGetDesktopWindow(VOID);
 
 HWND FASTCALL