~phablet-team/qtubuntu/trunk

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/window.h

  • Committer: Bileto Bot
  • Author(s): Nick Dedekind
  • Date: 2016-09-28 10:51:37 UTC
  • mfrom: (342.1.4 qtubuntu)
  • Revision ID: ci-train-bot@canonical.com-20160928105137-97rqdqh6zfb5ts56
Moved focus handling to UbuntuWindow to ensure focus optimization supports multiple windows rather than being application global. (LP: #1623861)

Approved by: Daniel d'Andrada, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    MirSurface *mirSurface() const;
64
64
    void handleSurfaceResized(int width, int height);
65
65
    void handleSurfaceExposeChange(bool exposed);
66
 
    void handleSurfaceFocused();
 
66
    void handleSurfaceFocusChanged(bool focused);
67
67
    void handleSurfaceVisibilityChanged(bool visible);
68
68
    void handleSurfaceStateChanged(Qt::WindowState state);
69
69
    void onSwapBuffersDone();