~andreas-pokorny/qtmir/controlMirCursor-and-more

« back to all changes in this revision

Viewing changes to tests/mirserver/ScreensModel/testable_screensmodel.h

  • Committer: Andreas Pokorny
  • Date: 2016-09-14 19:40:33 UTC
  • Revision ID: andreas.pokorny@canonical.com-20160914194033-jugbl38cykq4ar3f
forward qtmir cursor position to the nested cursor

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    void do_init(const std::shared_ptr<mir::graphics::Display> &display,
31
31
                 const std::shared_ptr<mir::compositor::Compositor> &compositor)
32
32
    {
33
 
        init(display, compositor);
 
33
        init(display, compositor, nullptr);
34
34
    }
35
35
 
36
36
    void do_terminate() { terminate(); }