If we change size on the monitor, be sure to set the current mode.

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

SVN revision: 81256
This commit is contained in:
Christopher Michael 2012-12-18 14:44:08 +00:00 committed by Christopher Michael
parent 817207bad1
commit 4709380a02
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ e_smart_monitor_changes_apply(Evas_Object *obj)
{
crtc->geometry.w = sd->current.w;
crtc->geometry.h = sd->current.h;
crtc->current_mode = sd->current.mode;
}
/* check if it changed mode or refresh rate and update values */