From 461c733145addecf964b5b7300a6767c94170dfe Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 18 Oct 2012 12:59:44 +0000 Subject: [PATCH] E (RandR): Use a "normal" resolution (640x480) not (640x640). Signed-off-by: Christopher Michael SVN revision: 78187 --- src/modules/conf_randr/e_smart_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index de3c7a460..ec4b48583 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -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; } } }