~gerboland/miral/release-patched

« back to all changes in this revision

Viewing changes to miral/window_management_trace.h

  • Committer: Bileto Bot
  • Date: 2016-12-16 00:35:53 UTC
  • mfrom: (342.1.1 miral-release)
  • Revision ID: ci-train-bot@canonical.com-20161216003553-26pav92h0dcg2rk9
* New upstream release 1.0.0 (https://launchpad.net/miral/+milestone/1.0)
  - ABI summary:
    . miral ABI bumped to 2
  - Enhancements:
    . Allow the WM policy a say in inherited moves of child windows
    . Remove deprecated APIs
    . add miral-app script to launch examples hosted by an existing desktop
  - Bugs fixed:
    . Examples fail to start under Unity8 (LP: #1646431)
    . [miral-shell --window-manager tiling] windows are not correctly
      constrained to tiles (LP:  #1646735)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
    virtual bool handle_pointer_event(MirPointerEvent const* event) override;
88
88
 
 
89
    auto confirm_inherited_move(WindowInfo const& window_info, Displacement movement) -> Rectangle override;
 
90
 
89
91
public:
90
92
    virtual void advise_begin() override;
91
93