E (RandR): After we have applied the changes for a monitor, tell it to

'reset'.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77891
This commit is contained in:
Christopher Michael 2012-10-11 14:29:20 +00:00 committed by Christopher Michael
parent 44a95f2797
commit cd0ad11fa8
1 changed files with 8 additions and 0 deletions

View File

@ -216,6 +216,14 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
reset = EINA_TRUE;
}
}
if (reset)
{
/* monitors changes have been sent. Signal this monitor so that
* we can reset the 'original' values to the 'current' values
* and reset the 'changes' variable */
e_smart_monitor_changes_sent(mon);
}
}
if (reset) ecore_x_randr_screen_reset(root);