~ci-train-bot/miral/miral-ubuntu-zesty-2818

« back to all changes in this revision

Viewing changes to include/miral/canonical_window_manager.h

  • Committer: Bileto Bot
  • Date: 2017-01-27 03:02:13 UTC
  • mfrom: (330.2.167 miral0)
  • Revision ID: ci-train-bot@canonical.com-20170127030213-q62prxw1xh7kasbu
* New upstream release 1.1.0 (https://launchpad.net/miral/+milestone/1.1)
  - ABI summary:
    . miral ABI unchanged at 2
  - Enhancements:
    . Compatibility with Mir 0.26 and update API to use the new Mir types and
      enums.
    . Logging of exceptions added to --window-management-trace
    . Rename WindowManagementPolicy::place_new_surface => place_new_window"
  - Bugs fixed:
    . top-level window is not raised along with its child (LP: #1658085)
    . miral-shell depends on default cursor theme being installed
      (LP: #1658159)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    explicit CanonicalWindowManagerPolicy(WindowManagerTools const& tools);
33
33
 
34
 
    /// places the surfaces as requested
35
 
    auto place_new_surface(
 
34
    auto place_new_window(
36
35
        ApplicationInfo const& app_info,
37
36
        WindowSpecification const& request_parameters)
38
37
        -> WindowSpecification override;