Merge lp://staging/~alan-griffiths/mir/fix-1496849 into lp://staging/mir
Proposed by
Alan Griffiths
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Alan Griffiths | ||||||||
Approved revision: | no longer in the source branch. | ||||||||
Merged at revision: | 2964 | ||||||||
Proposed branch: | lp://staging/~alan-griffiths/mir/fix-1496849 | ||||||||
Merge into: | lp://staging/mir | ||||||||
Diff against target: |
119 lines (+38/-20) 3 files modified
src/server/graphics/nested/cursor.cpp (+4/-1) src/server/graphics/nested/cursor.h (+1/-1) src/server/graphics/nested/mir_client_host_connection.cpp (+33/-18) |
||||||||
To merge this branch: | bzr merge lp://staging/~alan-griffiths/mir/fix-1496849 | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel van Vugt | Needs Information | ||
Alexandros Frantzis (community) | Approve | ||
PS Jenkins bot (community) | continuous-integration | Approve | |
Review via email: mp+271949@code.staging.launchpad.net |
Commit message
graphics: when supplying the host Mir with a cursor don't discard the buffer stream that supports it
Description of the change
graphics: when supplying the host Mir with a cursor don't discard the buffer stream that supports it
NB This fixes the linked bug, but isn't the last problem in this area. In particular, testing with "animated_cursor" shows that when moving outside the client window the default cursor isn't restored.
To post a comment you must log in.
@testing with "animated_cursor" - the problem is that the displayed cursor is a frame behind the nested server. Will tackle in a follow-up MP.