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
This commit is contained in:
Christopher Michael 2013-02-19 10:57:14 +00:00 committed by Christopher Michael
parent 457c302e92
commit 353df08f07
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]);