~alan-griffiths/miral/fix-1705695

« back to all changes in this revision

Viewing changes to miral-shell/floating_window_manager.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2017-07-17 15:51:02 UTC
  • mfrom: (561.2.2 miral)
  • Revision ID: tarmac-20170717155102-qsej4m7yhukupi9c
[miral-shell] "floating" window manager allows resizing maximized windows. Fixes: https://bugs.launchpad.net/bugs/1704776.

Approved by mir-ci-bot, Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
    void end_resize();
108
108
 
109
 
    void keep_size_within_limits(
 
109
    void keep_window_within_constraints(
110
110
        miral::WindowInfo const& window_info,
111
 
        Displacement& delta,
 
111
        Displacement& movement,
112
112
        Width& new_width,
113
113
        Height& new_height) const;
114
114