Mir
display_id.h
Go to the documentation of this file.
1#ifndef MIROIL_DISPLAY_ID_H
2#define MIROIL_DISPLAY_ID_H
3
4#include <mir/int_wrapper.h>
5
6#include <miroil/edid.h>
7
8namespace mir { namespace graphics { namespace detail { struct GraphicsConfOutputIdTag; } } }
9
10namespace miroil
11{
12using OutputId = mir::IntWrapper<mir::graphics::detail::GraphicsConfOutputIdTag>;
13
15{
17 OutputId output_id; // helps to identify a monitor if we have two of the same.
18};
19
20} // namespace miral
21
22#endif // MIROIL_DISPLAY_ID_H
Definition: int_wrapper.h:26
Definition: display_id.h:8
Definition: output.h:28
Definition: runner.h:27
Definition: compositor.h:21
Definition: display_id.h:15
OutputId output_id
Definition: display_id.h:17
Edid edid
Definition: display_id.h:16
Definition: edid.h:28

Copyright © 2012-2023 Canonical Ltd.
Generated on Tue 2 May 10:01:24 UTC 2023
This documentation is licensed under the GPL version 2 or 3.