mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Monitor: don't shortcut set_power_save if the value is the same as the old one
We don't get notifications from X11 when the mode is reset, so our cached value can get stale. To work around that, always forward requests to the backend (and let it deal with ignoring the change if wanted) https://bugzilla.gnome.org/show_bug.cgi?id=707649
This commit is contained in:
@ -541,9 +541,6 @@ meta_monitor_manager_set_power_save_mode (MetaMonitorManager *manager,
|
||||
{
|
||||
MetaMonitorManagerClass *klass;
|
||||
|
||||
if (mode == manager->power_save_mode)
|
||||
return;
|
||||
|
||||
if (manager->power_save_mode == META_POWER_SAVE_UNKNOWN ||
|
||||
mode == META_POWER_SAVE_UNKNOWN)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user