~gerboland/miral/release-patched

« back to all changes in this revision

Viewing changes to include/miral/set_command_line_handler.h

  • Committer: Bileto Bot
  • Date: 2017-03-16 18:17:19 UTC
  • mfrom: (356.1.2 miral-release)
  • Revision ID: ci-train-bot@canonical.com-20170316181719-97cag89m9ny90l2r
* New upstream release 1.3.1 (https://launchpad.net/miral/+milestone/1.3.1)
  - ABI summary:
    . miral ABI unchanged at 2
  - Enhancements:
    . [libmirclientcpp] RAII wrappers for MirBlob and MirCookie
    . spelling: SetWindowManagmentPolicy => SetWindowManagementPolicy
  - Bugs fixed:
    . [miral-shell] If a surface is deleted before its decoration is painted
      miral-shell can crash, or hang on exit (LP: #1673038)
    . [miral-shell] if the specified font doesn't exist the server crashes
      (LP: #1671028)
    . [libmiral] When a dialog is hidden ensure that the active window focus
      goes to the parent. (LP: #1671072)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Alan Griffiths <alan@octopull.co.uk>
17
17
 */
18
18
 
19
 
#ifndef MIRAL_SET_COMMAND_LINE_HANDER_H
20
 
#define MIRAL_SET_COMMAND_LINE_HANDER_H
 
19
#ifndef MIRAL_SET_COMMAND_LINE_HANDLER_H
 
20
#define MIRAL_SET_COMMAND_LINE_HANDLER_H
21
21
 
22
22
#include <functional>
23
23
 
47
47
};
48
48
}
49
49
 
50
 
#endif //MIRAL_SET_COMMAND_LINE_HANDER_H
 
50
#endif //MIRAL_SET_COMMAND_LINE_HANDLER_H