~vanvugt/mir/unique-id

« back to all changes in this revision

Viewing changes to tests/integration-tests/test_surfaceloop.cpp

  • Committer: Daniel van Vugt
  • Date: 2013-04-16 06:59:13 UTC
  • mfrom: (578.1.12 trunk)
  • Revision ID: daniel.van.vugt@canonical.com-20130416065913-ihl399t0ud6t2uax
MergeĀ latestĀ lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        auto null_configuration = std::shared_ptr<mg::DisplayConfiguration>();
134
134
        return null_configuration;
135
135
    }
 
136
    void register_pause_resume_handlers(mir::MainLoop&,
 
137
                                        std::function<void()> const&,
 
138
                                        std::function<void()> const&)
 
139
    {
 
140
    }
 
141
    void pause() {}
 
142
    void resume() {}
136
143
};
137
144
 
138
145
struct SurfaceSync