Tell randr widget to calculate virtual size.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84138
This commit is contained in:
Christopher Michael 2013-02-19 10:56:11 +00:00 committed by Christopher Michael
parent 10c8ff7b9f
commit 28a1a7690f
1 changed files with 3 additions and 0 deletions

View File

@ -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);