mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Fix and enable -Wmissing-braces
This commit is contained in:
@@ -1454,10 +1454,12 @@ namespace video {
|
||||
auto offsetY = (config.height - h2) * 0.5f;
|
||||
|
||||
return input::touch_port_t {
|
||||
display->offset_x,
|
||||
display->offset_y,
|
||||
config.width,
|
||||
config.height,
|
||||
{
|
||||
display->offset_x,
|
||||
display->offset_y,
|
||||
config.width,
|
||||
config.height,
|
||||
},
|
||||
display->env_width,
|
||||
display->env_height,
|
||||
offsetX,
|
||||
|
||||
Reference in New Issue
Block a user