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 <cp.michael@samsung.com>

SVN revision: 84160
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:57:14 +00:00 committed by Deon Thomas
parent 3f4c7629d9
commit 684b8bf06b
1 changed files with 2 additions and 2 deletions

View File

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