send screen paramaters in proper order to e_comp_wl_output_init

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-13 12:05:17 -04:00
parent 7a078ba99b
commit 57fdd5613d
1 changed files with 2 additions and 2 deletions

View File

@ -731,8 +731,8 @@ _e_comp_wl_cb_randr_change(void *data EINA_UNUSED, int type EINA_UNUSED, void *e
break;
}
if (!e_comp_wl_output_init(screen->id, screen->info.screen,
screen->info.name,
if (!e_comp_wl_output_init(screen->id, screen->info.name,
screen->info.screen,
screen->config.geom.x, screen->config.geom.y,
screen->config.geom.w, screen->config.geom.h,
screen->info.size.w, screen->info.size.h,