| commit | abe5440e3218f4e2dce7759ed6fc84e96de06a5f | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Wed Apr 20 20:29:16 2011 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Apr 20 20:29:16 2011 +0200 |
| tree | d78b3c8cc5a95477b500801fd277a15de65d6fa7 | |
| parent | f339b6c0f166a2117f78010e79fe622138db07dd [diff] [blame] |
server: Also return the previous cursor position in the set_cursor request.
diff --git a/server/queue.c b/server/queue.c index b9b42e4..91fe1fc 100644 --- a/server/queue.c +++ b/server/queue.c
@@ -2650,6 +2650,8 @@ reply->prev_handle = input->cursor; reply->prev_count = input->cursor_count; + reply->prev_x = input->desktop->cursor.x; + reply->prev_y = input->desktop->cursor.y; if (req->flags & SET_CURSOR_HANDLE) {