~mir-team/miral/no-change-rebuild

« back to all changes in this revision

Viewing changes to miral-qt/src/common/windowcontrollerinterface.h

  • Committer: Alan Griffiths
  • Date: 2016-11-03 16:03:29 UTC
  • mfrom: (430.1.3 miral2)
  • Revision ID: alan@octopull.co.uk-20161103160329-nn5deso9jyz0d5tw
Add miral::WindowManagerTools::force_close(window) to forcefully close a window (i.e. without a close request to the client)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    virtual void move  (const miral::Window &window, const QPoint &topLeft) = 0;
45
45
 
46
46
    virtual void requestClose(const miral::Window &window) = 0;
 
47
    virtual void forceClose(const miral::Window &window) = 0;
47
48
 
48
49
    virtual void requestState(const miral::Window &window, const Mir::State state) = 0;
49
50