24 Dec
2015
24 Dec
'15
5: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