MonitorConfig: add support for default configurations

Activate the presentation bit on new hotplugged monitors, while
making a fully extended setup when running for the first time.
This commit is contained in:
Giovanni Campagna
2013-07-25 10:57:59 +02:00
parent 7764e1f3ff
commit 25f82424b8
3 changed files with 268 additions and 21 deletions

View File

@@ -229,6 +229,10 @@ void meta_monitor_manager_get_screen_size (MetaMonitorManager *
int *width,
int *height);
void meta_monitor_manager_get_screen_limits (MetaMonitorManager *manager,
int *width,
int *height);
void meta_monitor_manager_apply_configuration (MetaMonitorManager *manager,
MetaCRTCInfo **crtcs,
unsigned int n_crtcs,