.. _program_listing_file_include_miroil_miroil_display_id.h: Program Listing for File display_id.h ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/miroil/miroil/display_id.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef MIROIL_DISPLAY_ID_H #define MIROIL_DISPLAY_ID_H #include #include namespace mir { namespace graphics { namespace detail { struct GraphicsConfOutputIdTag; } } } namespace miroil { using OutputId = mir::IntWrapper; struct DisplayId { Edid edid; OutputId output_id; // helps to identify a monitor if we have two of the same. }; } // namespace miral #endif // MIROIL_DISPLAY_ID_H