~kdub/mir/hwc-integration

« back to all changes in this revision

Viewing changes to examples/render_surfaces.cpp

  • Committer: Kevin DuBois
  • Date: 2013-03-29 22:52:10 UTC
  • mfrom: (531.1.16 trunk)
  • Revision ID: kevin.dubois@canonical.com-20130329225210-nhi93ayk3w6ij42h
merge lp:mir (7 conflicts resolved)

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
    {
195
195
        return std::shared_ptr<mi::InputChannel>();
196
196
    }
197
 
    void set_input_focus_to(std::shared_ptr<mi::SessionTarget> const& /* session */, 
 
197
    void set_input_focus_to(std::shared_ptr<mi::SessionTarget> const& /* session */,
198
198
                            std::shared_ptr<mi::SurfaceTarget> const& /* surface */)
199
199
    {
200
200
    }