~gerboland/qtmir/ual-catch-exception

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-04-13 18:38:49 UTC
  • mfrom: (466.2.16 surfaceListModel)
  • Revision ID: ci-train-bot@canonical.com-20160413183849-qdqd0akyoa4rdl9i
Surface-based window management

- Session is no longer exported to QML. It's now an internal qtmir concept.
Approved by: Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
    void scheduleMirSurfaceSizeUpdate();
116
116
    void updateMirSurfaceSize();
117
117
 
118
 
    void updateMirSurfaceFocus(bool focused);
 
118
    void updateMirSurfaceActiveFocus(bool focused);
119
119
    void updateMirSurfaceVisibility();
120
120
 
121
121
    void onActualSurfaceSizeChanged(const QSize &size);