19 #ifndef MIROIL_DISPLAY_CONFIGURATION_STORAGE_H
20 #define MIROIL_DISPLAY_CONFIGURATION_STORAGE_H
28 #include <sys/types.h>
Definition: display_configuration_storage.h:49
virtual void save(const DisplayId &, const DisplayConfigurationOptions &)=0
virtual bool load(const DisplayId &, DisplayConfigurationOptions &) const =0
virtual ~DisplayConfigurationStorage()=default
Definition: compositor.h:21
Definition: display_configuration_storage.h:38
double refresh_rate
Definition: display_configuration_storage.h:40
mir::geometry::Size size
Definition: display_configuration_storage.h:39
Definition: display_configuration_storage.h:34
mir::optional_value< uint > clone_output_index
Definition: display_configuration_storage.h:36
mir::optional_value< float > scale
Definition: display_configuration_storage.h:45
mir::optional_value< bool > used
Definition: display_configuration_storage.h:35
mir::optional_value< DisplayMode > mode
Definition: display_configuration_storage.h:42
mir::optional_value< MirFormFactor > form_factor
Definition: display_configuration_storage.h:44
mir::optional_value< MirOrientation > orientation
Definition: display_configuration_storage.h:43
Definition: display_id.h:15