~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to examples/render_overlays.cpp

  • Committer: Daniel van Vugt
  • Date: 2014-04-15 03:51:25 UTC
  • mfrom: (1416.1.134 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140415035125-qvrycnzs1b86qgc7
Merge latest development-branch and fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    {
106
106
    }
107
107
 
 
108
    ID id() const override
 
109
    {
 
110
        return this;
 
111
    }
 
112
 
108
113
    std::shared_ptr<mg::Buffer> buffer(void const*) const override
109
114
    {
110
115
        return client->last_rendered();