~mir-team/miral/release

« back to all changes in this revision

Viewing changes to miral/window_management_trace.h

  • Committer: Bileto Bot
  • Date: 2017-06-21 08:34:34 UTC
  • mfrom: (360.1.1 miral-release)
  • Revision ID: ci-train-bot@canonical.com-20170621083434-e7ftkyg5qr2fzsao
* New upstream release 1.4.0 (https://launchpad.net/miral/+milestone/1.4.0)
  - ABI summary:
    . miral ABI unchanged at 2
  - Enhancements:
    . Support for passing messages to enable Drag & Drop
    . Support for client requested move
    . Port to the undeprecated Mir APIs
    . Added "--cursor-theme" option when configuring a cursor theme
    . Drop support for Mir versions before 0.26
  - Bugs fixed:

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    virtual void focus_prev_within_application() override;
70
70
 
71
71
    virtual void raise_tree(Window const& root) override;
 
72
    virtual void start_drag_and_drop(WindowInfo& window_info, std::vector<uint8_t> const& handle) override;
 
73
    virtual void end_drag_and_drop() override;
72
74
 
73
75
    virtual void modify_window(WindowInfo& window_info, WindowSpecification const& modifications) override;
74
76