Assign an output to a surface when we map it

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-11 09:21:31 +01:00
parent 5af1978ef3
commit 9841131e1c
1 changed files with 3 additions and 0 deletions

View File

@ -313,6 +313,9 @@ _e_desktop_shell_shell_surface_map(E_Surface *es, Evas_Coord x, Evas_Coord y, Ev
/* stacking */
if (es->shell_surface->type != E_SHELL_SURFACE_TYPE_NONE)
e_surface_output_assign(es);
/* activate */
switch (es->shell_surface->type)
{