Backport: 8fecfa5 :: Use proper width/height variables from crtc_config.

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

SVN revision: 84136
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:56:05 +00:00 committed by Deon Thomas
parent 6f0dfdad6c
commit 1fd4212846
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);
}
}
}