princeamd pushed a commit to branch enlightenment-0.17.

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

    Backport: 28a1a76 :: Tell randr widget to calculate virtual size.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84138
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_int_config_randr.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/modules/conf_randr/e_int_config_randr.c 
b/src/modules/conf_randr/e_int_config_randr.c
index 5436e87..64ae261 100644
--- a/src/modules/conf_randr/e_int_config_randr.c
+++ b/src/modules/conf_randr/e_int_config_randr.c
@@ -85,6 +85,9 @@ _basic_create(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, 
E_Config_Dialog_Data
    /* try to create randr smart widget */
    if ((cfdata->o_randr = e_smart_randr_add(evas)))
      {
+        /* tell randr widget to calculate virtual size */
+        e_smart_randr_virtual_size_calc(cfdata->o_randr);
+
         /* tell randr widget to create monitors */
         e_smart_randr_monitors_create(cfdata->o_randr);
 

-- 

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

Build for Windows Store.

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

Reply via email to