Use proper width/height variables from crtc_config.

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

SVN revision: 84136
This commit is contained in:
Christopher Michael 2013-02-19 10:56:05 +00:00 committed by Christopher Michael
parent 87a3d1da9b
commit 8fecfa5054
1 changed files with 1 additions and 1 deletions

View File

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