princeamd pushed a commit to branch enlightenment-0.17.

commit 1fd4212846f3500c602a203419068dfceb0415e1
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:56:05 2013 +0000

    Backport: 8fecfa5 :: Use proper width/height variables from crtc_config.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84136
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_randr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_randr/e_smart_randr.c 
b/src/modules/conf_randr/e_smart_randr.c
index e6c0384..df2649b 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -92,7 +92,7 @@ e_smart_randr_monitors_create(Evas_Object *obj)
              e_layout_child_move(mon, crtc->x, crtc->y);
 
              /* resize this monitor to proper size */
-             e_layout_child_resize(mon, crtc->w, crtc->h);
+             e_layout_child_resize(mon, crtc->width, crtc->height);
           }
      }
 }

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to