user32: Store the current cursor and show count in the server.
diff --git a/dlls/user32/user_private.h b/dlls/user32/user_private.h
index 893d4b5..eb6bdc9 100644
--- a/dlls/user32/user_private.h
+++ b/dlls/user32/user_private.h
@@ -175,13 +175,11 @@
     DWORD                         GetMessageTimeVal;      /* Value for GetMessageTime */
     DWORD                         GetMessagePosVal;       /* Value for GetMessagePos */
     ULONG_PTR                     GetMessageExtraInfoVal; /* Value for GetMessageExtraInfo */
-    HCURSOR                       cursor;                 /* Current cursor */
-    INT                           cursor_count;           /* Cursor show count */
     UINT                          active_hooks;           /* Bitmap of active hooks */
     HWND                          top_window;             /* Desktop window */
     HWND                          msg_window;             /* HWND_MESSAGE parent window */
 
-    ULONG                         pad[9];                 /* Available for more data */
+    ULONG                         pad[11];                /* Available for more data */
 };
 
 struct hook_extra_info