~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/null_display.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    }
50
50
    void pause() {}
51
51
    void resume() {}
 
52
    std::weak_ptr<graphics::Cursor> the_cursor() { return {}; }
52
53
};
53
54
 
54
55
}