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 
8 namespace mir { namespace graphics { namespace detail { struct GraphicsConfOutputIdTag; } } }
9 
10 namespace miroil
11 {
13 
14 struct DisplayId
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: splash_session.h:24
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:29

Copyright © 2012-2022 Canonical Ltd.
Generated on Fri Feb 25 18:01:37 UTC 2022
This documentation is licensed under the GPL version 2 or 3.