Re: user32: Set correct caret state in the server in SetCaretPos (try 2)
24 Dec
2015
24 Dec
'15
2:05 p.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
3642
Age (days ago)
3642
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard