![]() |
libdisplaydevice master
C++ library to modify display devices.
|
Data for tracking the modified changes. More...
#include <src/windows/include/display_device/windows/types.h>
Public Member Functions | |
| bool | hasModifications () const |
| Check if the changed topology has any other modifications. | |
Public Attributes | |
| HdrStateMap | m_original_hdr_states {} |
| Original HDR states before modification. | |
| DeviceDisplayModeMap | m_original_modes {} |
| Original display modes before modification. | |
| std::string | m_original_primary_device {} |
| Original primary device before modification. | |
| ActiveTopology | m_topology {} |
| Modified active topology. | |
Friends | |
| bool | operator== (const Modified &lhs, const Modified &rhs)=default |
| Comparator for strict equality. | |
Data for tracking the modified changes.
|
nodiscard |
Check if the changed topology has any other modifications.
*Examples**