~alan-griffiths/qtmir/mir-0.27-compat-artful

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/windowcontroller.h

  • Committer: Bileto Bot
  • Author(s): Gerry Boland
  • Date: 2017-03-28 17:12:22 UTC
  • mfrom: (618.4.16 availableDesktopArea)
  • Revision ID: ci-train-bot@canonical.com-20170328171222-oe9veuhwgimi0qq7
Don't let a child window go offscreen because its parent moved

Approved by: Daniel d'Andrada, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    void deliverTouchEvent   (const miral::Window &window, const MirTouchEvent *event) override;
44
44
    void deliverPointerEvent (const miral::Window &window, const MirPointerEvent *event) override;
45
45
 
 
46
    void setWindowConfinementRegions(const QVector<QRect> &regions) override;
 
47
    void setWindowMargins(Mir::Type windowType, const QMargins &margins) override;
 
48
 
46
49
    void setPolicy(WindowManagementPolicy *policy);
47
50
 
48
51
protected: