~nick-dedekind/qtmir/multiwindow.textures

« back to all changes in this revision

Viewing changes to tests/framework/mock_mir_session.h

  • Committer: Nick Dedekind
  • Date: 2017-04-03 08:39:16 UTC
  • mfrom: (569.16.63 qtmir.api)
  • Revision ID: nick.dedekind@canonical.com-20170403083916-483hvlg0ggj9jdph
merged with parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
    void send_error(ClientVisibleError const&) override;
74
74
 
 
75
#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0)
 
76
    graphics::BufferID create_buffer(geometry::Size, MirPixelFormat) override { return {}; }
 
77
    graphics::BufferID create_buffer(geometry::Size, uint32_t, uint32_t) override {return {}; }
 
78
#endif
75
79
 
76
80
private:
77
81