~alan-griffiths/miral/1.3

« back to all changes in this revision

Viewing changes to test/workspaces.cpp

  • 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:
36
36
 
37
37
namespace
38
38
{
39
 
#if MIR_CLIENT_VERSION <= MIR_VERSION_NUMBER(3, 4, 0)
40
 
auto const mir_window_get_buffer_stream = mir_surface_get_buffer_stream;
41
 
auto const mir_window_set_state = mir_surface_set_state;
42
 
#endif
43
 
 
44
39
std::string const top_level{"top level"};
45
40
std::string const dialog{"dialog"};
46
41
std::string const tip{"tip"};