~robertcarr/unity-mir/stuff

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Daniel d'Andrada, Gerry Boland, Ricardo Mendoza
  • Date: 2013-09-11 13:42:09 UTC
  • mfrom: (75.4.3 qtweb-and-surface-attrib-changes)
  • Revision ID: tarmac-20130911134209-mjaqbmbaknegm34t
* Authorize QtWebProcess
* Bind surface to application and signal state changes. Fixes: https://bugs.launchpad.net/bugs/1215039.

Approved by PS Jenkins bot, Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
//    void fullscreenSurfaceChanged();
55
55
 
56
56
public Q_SLOTS:
57
 
    void sessionCreatedSurface(mir::shell::ApplicationSession const*, std::shared_ptr<mir::shell::Surface> const&);
 
57
    void sessionCreatedSurface(mir::shell::ApplicationSession const* session, std::shared_ptr<mir::shell::Surface> const&);
58
58
    void sessionDestroyingSurface(mir::shell::ApplicationSession const*, std::shared_ptr<mir::shell::Surface> const&);
59
59
    void shellSurfaceCreated(std::shared_ptr<mir::shell::Surface> const&);
60
60