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

« back to all changes in this revision

Viewing changes to include/mir/client/window.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_H
20
 
#define MIRAL_TOOLKIT_WINDOW_H
 
19
#ifndef MIR_CLIENT_WINDOW_H
 
20
#define MIR_CLIENT_WINDOW_H
21
21
 
22
 
#include <miral/detail/mir_forward_compatibility.h>
 
22
#include <mir/client/detail/mir_forward_compatibility.h>
23
23
 
24
24
#if MIR_CLIENT_VERSION < MIR_VERSION_NUMBER(3, 5, 0)
25
25
#include <mir_toolkit/mir_surface.h>
35
35
 
36
36
#include <memory>
37
37
 
38
 
namespace miral
 
38
namespace mir
39
39
{
40
 
namespace toolkit
 
40
namespace client
41
41
{
42
42
/// Handle class for MirWindow - provides automatic reference counting.
43
43
class Window
58
58
}
59
59
}
60
60
 
61
 
#endif //MIRAL_TOOLKIT_WINDOW_H
 
61
#endif //MIR_CLIENT_WINDOW_H