~cemil-azizoglu/mir/improve-raii-take2

« back to all changes in this revision

Viewing changes to src/server/graphics/nested/nested_output.cpp

  • Committer: Cemil Azizoglu
  • Date: 2015-02-26 23:37:35 UTC
  • mfrom: (2323.1.24 development-branch)
  • Revision ID: cemil.azizoglu@canonical.com-20150226233735-zm2j3eunf26b2hgb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    eglSwapBuffers(egl_display, egl_surface);
71
71
}
72
72
 
73
 
void mgn::detail::NestedOutput::flip()
74
 
{
75
 
}
76
 
 
77
73
bool mgn::detail::NestedOutput::post_renderables_if_optimizable(RenderableList const&)
78
74
{
79
75
    return false;