mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
uwac: Format code by astyle
Run ./scripts/format_code.sh before the following changes.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user