Re: user32: Set correct caret state in the server in SetCaretPos (try 2)
24 Dec
2015
24 Dec
'15
8:05 a.m.
Anton Baskanov <baskanov(a)gmail.com> writes:
@@ -2977,7 +2977,8 @@ enum coords_relative int x; /* caret x position */ int y; /* caret y position */ int hide; /* increment for hide count (can be negative to show it) */ - int state; /* caret state (1=on, 0=off, -1=toggle current state) */ + int state; /* caret state (1=on, 0=off, -1=toggle current state, + * -2=on if the position differs, unchanged otherwise) */
Please define constants instead. -- Alexandre Julliard julliard(a)winehq.org
3731
Age (days ago)
3731
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard