~alan-griffiths/qtmir/compatibility

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): Alan Griffiths
  • Date: 2017-03-20 21:14:51 UTC
  • mfrom: (606.3.13 qtmir)
  • Revision ID: ci-train-bot@canonical.com-20170320211451-qj7mygvtyjhoc1pc
Reduce dependencies on mirserver by reworking ../Application/mirbuffersgtexture.cpp and ../Application/surfacemanager.cpp

Approved by: Gerry Boland, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    void forgetMirSurface(const miral::Window &window);
61
61
    MirSurface* find(const miral::WindowInfo &needle) const;
62
62
    MirSurface* find(const miral::Window &needle) const;
63
 
    MirSurface* find(const std::shared_ptr<mir::scene::Surface> &needle) const;
64
63
 
65
64
    QVector<MirSurface*> m_allSurfaces;
66
65