user32: Set correct caret state in the server in SetCaretPos (try 3)

Sebastian Lackner sebastian at fds-team.de
Tue Dec 22 19:59:32 CST 2015


On 22.12.2015 17:28, Anton Baskanov wrote:
> Signed-off-by: Anton Baskanov <baskanov at gmail.com>
> 
> The code in SetCaretPos doesn't change the caret state if it's position is unchanged.
> Reflect this at the server side to avoid caret corruption.
> 
> try2:
>  - fixed incorrect if statement in the server
> try3:
>  - fixed multiline comment
> ---
>  dlls/user32/caret.c | 2 +-
>  server/protocol.def | 3 ++-
>  server/queue.c      | 5 +++++
>  3 files changed, 8 insertions(+), 2 deletions(-)
> 

Looks good to me, thanks. The comment could be compressed even more, but I'll leave
that up to Alexandre, if he thinks its necessary. ;)

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>




More information about the wine-patches mailing list