princeamd pushed a commit to branch enlightenment-0.17.

commit 684b8bf06b4bed00b630aad94c606bb2187ee992
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:57:14 2013 +0000

    Backport: 353df08 :: Also pass in crtc geometry to the monitor when we set 
crtc (because we have previously fetched this geometry anyway).
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84160
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_randr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/conf_randr/e_smart_randr.c 
b/src/modules/conf_randr/e_smart_randr.c
index 2a2661b..69c7a0f 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -201,8 +201,8 @@ e_smart_randr_monitors_create(Evas_Object *obj)
                   /* tell monitor what the virtual grid is */
                   e_smart_monitor_grid_set(mon, sd->o_grid);
 
-                  /* tell monitor what crtc it uses */
-                  e_smart_monitor_crtc_set(mon, crtcs[i]);
+                  /* tell monitor what crtc it uses and it's current position 
*/
+                  e_smart_monitor_crtc_set(mon, crtcs[i], cx, cy, cw, ch);
 
                   /* tell monitor what output it uses */
                   e_smart_monitor_output_set(mon, outputs[j]);

-- 

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

Build for Windows Store.

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

Reply via email to