commit | 6b0d9ff1cd6876f8181c95063b775d1cfe3a1d12 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jun 21 14:50:23 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 21 15:04:24 2011 +0200 |
tree | 0a86da88104b7b51245f620c6f859d06c1748c7b | |
parent | b3946a0a59860ff3b96d78df7421a6e78e6b4ef4 [diff] [blame] |
server: Allow setting a zero-size clip rectangle.
diff --git a/server/protocol.def b/server/protocol.def index 767be04..123f16a 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -3351,6 +3351,7 @@ #define SET_CURSOR_COUNT 0x02 #define SET_CURSOR_POS 0x04 #define SET_CURSOR_CLIP 0x08 +#define SET_CURSOR_NOCLIP 0x10 /* Retrieve the suspended context of a thread */