~alan-griffiths/miral/g++-7

« back to all changes in this revision

Viewing changes to miral/window_manager_tools_implementation.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2017-07-31 10:34:40 UTC
  • mfrom: (569.1.4 miral)
  • Revision ID: tarmac-20170731103440-re1gg9gkqh9ncsf6
Correct some conflation of the display and the outputs it includes.

Approved by Gerry Boland, mir-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    virtual void focus_next_within_application() = 0;
66
66
    virtual void focus_prev_within_application() = 0;
67
67
    virtual auto window_at(mir::geometry::Point cursor) const -> Window = 0;
68
 
    virtual auto active_display() -> mir::geometry::Rectangle const = 0;
 
68
    virtual auto active_output() -> mir::geometry::Rectangle const = 0;
69
69
    virtual void raise_tree(Window const& root) = 0;
70
70
    virtual void start_drag_and_drop(WindowInfo& window_info, std::vector<uint8_t> const& handle) = 0;
71
71
    virtual void end_drag_and_drop() = 0;