~alan-griffiths/miral/mru-window-visiblity

« back to all changes in this revision

Viewing changes to include/mir/client/window_spec.h

  • Committer: Alan Griffiths
  • Date: 2017-02-14 16:52:21 UTC
  • mfrom: (507.1.11 miral1)
  • Revision ID: alan@octopull.co.uk-20170214165221-shgvy4478ovf05k2
Introduce libmirclientcpp-dev as a package containing the C++ wrapper around parts of libmirclient-dev

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_TOOLKIT_WINDOW_SPEC_H
20
 
#define MIRAL_TOOLKIT_WINDOW_SPEC_H
 
19
#ifndef MIR_CLIENT_WINDOW_SPEC_H
 
20
#define MIR_CLIENT_WINDOW_SPEC_H
21
21
 
22
 
#include <miral/toolkit/window.h>
23
 
#include <miral/detail/mir_forward_compatibility.h>
 
22
#include <mir/client/window.h>
 
23
#include <mir/client/detail/mir_forward_compatibility.h>
24
24
 
25
25
#include <mir_toolkit/mir_connection.h>
26
26
 
64
64
#endif
65
65
#endif
66
66
 
67
 
namespace miral
 
67
namespace mir
68
68
{
69
 
namespace toolkit
 
69
namespace client
70
70
{
71
71
/// Handle class for MirWindowSpec - provides automatic reference counting, method chaining.
72
72
class WindowSpec