ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=bfe9dfcf6fa54d9150289c67ed32c607acdf2ccf

commit bfe9dfcf6fa54d9150289c67ed32c607acdf2ccf
Author: Andy Williams <a...@andywilliams.me>
Date:   Sat May 17 22:17:26 2014 +0100

    Display the correct background for monitors @fix T1260
     Looks like a typo, but let's use the correct coordinates to look up the
    zone
---
 src/modules/conf_randr/e-module-conf_randr.edj | Bin 10724 -> 4 bytes
 src/modules/conf_randr/e_smart_randr.c         |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/conf_randr/e-module-conf_randr.edj 
b/src/modules/conf_randr/e-module-conf_randr.edj
index 18b3264..05416c2 100644
Binary files a/src/modules/conf_randr/e-module-conf_randr.edj and 
b/src/modules/conf_randr/e-module-conf_randr.edj differ
diff --git a/src/modules/conf_randr/e_smart_randr.c 
b/src/modules/conf_randr/e_smart_randr.c
index af5344e..0a02a9b 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -184,8 +184,8 @@ e_smart_randr_monitors_create(Evas_Object *obj)
         e_smart_monitor_grid_set(mon, sd->o_grid, gx, gy, gw, gh);
 
         /* if the output has no size, find an appropriate */
-        cx = output->cfg->geo.w;
-        cy = output->cfg->geo.w;
+        cx = output->cfg->geo.x;
+        cy = output->cfg->geo.y;
         cw = output->cfg->geo.w;
         ch = output->cfg->geo.h;
         if ((cw == 0) && (ch == 0))

-- 


Reply via email to