Fix and enable -Wmissing-braces
This commit is contained in:
parent
390dc1c245
commit
ff046bb707
4 changed files with 15 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue