uwac: Format code by astyle
Run ./scripts/format_code.sh before the following changes.
This commit is contained in:
parent
3a5fdd0a39
commit
91c398dc94
@ -684,11 +684,12 @@ UwacReturnCode UwacWindowSetFullscreenState(UwacWindow* window, UwacOutput* outp
|
|||||||
}
|
}
|
||||||
else if (window->shell_surface)
|
else if (window->shell_surface)
|
||||||
{
|
{
|
||||||
if (isFullscreen) {
|
if (isFullscreen)
|
||||||
|
{
|
||||||
wl_shell_surface_set_fullscreen(window->shell_surface,
|
wl_shell_surface_set_fullscreen(window->shell_surface,
|
||||||
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
|
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
|
||||||
0,
|
0,
|
||||||
output ? output->output : NULL);
|
output ? output->output : NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user