Mir

Merge lp://qastaging/~alan-griffiths/mir/nested-mir-can-hide-cursor into lp://qastaging/mir

Proposed by Alan Griffiths
Status: Merged
Approved by: Alan Griffiths
Approved revision: no longer in the source branch.
Merged at revision: 3003
Proposed branch: lp://qastaging/~alan-griffiths/mir/nested-mir-can-hide-cursor
Merge into: lp://qastaging/mir
Prerequisite: lp://qastaging/~alan-griffiths/mir/tweak-cursor-configuration
Diff against target: 242 lines (+130/-68)
1 file modified
tests/acceptance-tests/test_nested_mir.cpp (+130/-68)
To merge this branch: bzr merge lp://qastaging/~alan-griffiths/mir/nested-mir-can-hide-cursor
Reviewer Review Type Date Requested Status
Kevin DuBois (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+273537@code.qastaging.launchpad.net

Commit message

tests: Test to prove the nested server can hide the cursor

Description of the change

tests: Test to prove the nested server can hide the cursor

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Failure is lp:1502896

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Kevin DuBois (kdub) wrote :

nits, the rest lgtm:

+struct CursorImage : public mg::CursorImage
+public:
+struct CursorWrapper : public mg::Cursor
redundant 'public's

+ geom::Size size() const { return { 24, 24 }; }
+ connection, 24, 24, mir_pixel_format_argb_8888, mir_buffer_usage_software);
+ std::array<uint8_t, 4*8*24*24> data;

could have less repeating of '24' if we had a "int cursor_side_length{24}" somewhere.

review: Needs Fixing
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Kevin DuBois (kdub) wrote :

lgtm, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches