~unity-team/qtmir/dpr

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/mirsurfacemanager.cpp

  • Committer: Gerry Boland
  • Date: 2015-12-14 12:28:33 UTC
  • mfrom: (321.2.107 qtmir)
  • Revision ID: gerry.boland@canonical.com-20151214122833-gcdw2xaji4jd4027
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    }
111
111
 
112
112
    if (session)
113
 
        session->setSurface(qmlSurface);
 
113
        session->registerSurface(qmlSurface);
114
114
 
115
115
    // Only notify QML of surface creation once it has drawn its first frame.
116
116
    connect(qmlSurface, &MirSurfaceInterface::firstFrameDrawn, this, [=]() {