commit | 21e86f60ec44bbb61c87b97abb6fa7a9843e42b2 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Mar 31 20:27:29 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 05 13:36:57 2011 +0200 |
tree | ebf63cadaff60e3b91242f5415e05c23578aa02b | |
parent | 85358b10f35e829ba42da8f46a40a8fd7eee6f9a [diff] [blame] |
server: Post a message to the desktop window when the cursor clip rectangle changes.
diff --git a/dlls/user32/user_private.h b/dlls/user32/user_private.h index 6d668ba..bd7d39e 100644 --- a/dlls/user32/user_private.h +++ b/dlls/user32/user_private.h
@@ -47,6 +47,7 @@ WM_WINE_SETACTIVEWINDOW, WM_WINE_KEYBOARD_LL_HOOK, WM_WINE_MOUSE_LL_HOOK, + WM_WINE_CLIPCURSOR, WM_WINE_FIRST_DRIVER_MSG = 0x80001000, /* range of messages reserved for the USER driver */ WM_WINE_LAST_DRIVER_MSG = 0x80001fff };