Merge lp:~kdub/unity-system-compositor/mir-surface-update into lp:unity-system-compositor

Proposed by Kevin DuBois
Status: Rejected
Rejected by: Alexandros Frantzis
Proposed branch: lp:~kdub/unity-system-compositor/mir-surface-update
Merge into: lp:unity-system-compositor
Diff against target: 20 lines (+10/-0)
1 file modified
src/system_compositor.cpp (+10/-0)
To merge this branch: bzr merge lp:~kdub/unity-system-compositor/mir-surface-update
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity System Compositor Development Team Pending
Review via email: mp+222418@code.launchpad.net

Commit message

some changes adding some more functions to SystemCompositorSurface needed to accommodate changes in lp:mir/devel.

Description of the change

some changes adding some more functions to SystemCompositorSurface needed to accommodate changes in lp:mir/devel.

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
Alexandros Frantzis (afrantzis) wrote :

Not needed any more.

Unmerged revisions

138. By Kevin DuBois

fix api breakage with lp:mir/devel

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/system_compositor.cpp'
2--- src/system_compositor.cpp 2014-06-03 15:48:25 +0000
3+++ src/system_compositor.cpp 2014-06-06 23:38:17 +0000
4@@ -120,6 +120,16 @@
5 return self;
6 }
7
8+ void set_cursor_image(std::shared_ptr<mg::CursorImage> const& image) override
9+ {
10+ self->set_cursor_image(image);
11+ }
12+
13+ std::shared_ptr<mg::CursorImage> cursor_image() override
14+ {
15+ return self->cursor_image();
16+ }
17+
18 void swap_buffers(mg::Buffer* old_buffer, std::function<void(mg::Buffer* new_buffer)> complete) override
19 {
20 self->swap_buffers(old_buffer, complete);

Subscribers

People subscribed via source and target branches