~unity-team/qtmir/surfaceDrawn

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/session.h

  • Committer: Nick Dedekind
  • Date: 2016-05-13 15:28:46 UTC
  • mfrom: (484.2.2 qtmir)
  • Revision ID: nick.dedekind@canonical.com-20160513152846-m8zgobnwshyfz6h0
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    std::shared_ptr<mir::scene::Session> m_session;
106
106
    Application* m_application;
107
107
    MirSurfaceListModel m_surfaceList;
 
108
 
 
109
    // Registered surfaces that haven't yet drawn their first frames.
 
110
    // Once they do, they get moved to m_surfaceList.
 
111
    // So this list is just a temporary holder and most of the time it's gonna be empty.
 
112
    QList<MirSurfaceInterface*> m_blankSurfaces;
 
113
 
108
114
    SessionModel* m_children;
109
115
    bool m_fullscreen;
110
116
    State m_state;