mirror of https://github.com/FreeRDP/FreeRDP
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)
|
||||
{
|
||||
if (isFullscreen) {
|
||||
if (isFullscreen)
|
||||
{
|
||||
wl_shell_surface_set_fullscreen(window->shell_surface,
|
||||
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
|
||||
0,
|
||||
output ? output->output : NULL);
|
||||
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
|
||||
0,
|
||||
output ? output->output : NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue