desktop-shell: fix a typo
Signed-off-by: Abdur Rehman <arehmanq199@gmail.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
committed by
Daniel Stone
parent
7631f38f13
commit
7f1da1f524
@@ -1911,7 +1911,7 @@ shell_surface_set_output(struct shell_surface *shsurf,
|
|||||||
weston_desktop_surface_get_surface(shsurf->desktop_surface);
|
weston_desktop_surface_get_surface(shsurf->desktop_surface);
|
||||||
|
|
||||||
/* get the default output, if the client set it as NULL
|
/* get the default output, if the client set it as NULL
|
||||||
check whether the ouput is available */
|
check whether the output is available */
|
||||||
if (output)
|
if (output)
|
||||||
shsurf->output = output;
|
shsurf->output = output;
|
||||||
else if (es->output)
|
else if (es->output)
|
||||||
|
|||||||
Reference in New Issue
Block a user