E (RandR): Use a "normal" resolution (640x480) not (640x640).

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

SVN revision: 78187
This commit is contained in:
Christopher Michael 2012-10-18 12:59:44 +00:00 committed by Christopher Michael
parent 4a09315601
commit 461c733145
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ e_smart_monitor_crtc_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y
else
{
if (w) *w = 640;
if (h) *h = 640;
if (h) *h = 480;
}
}
}