treewide: fix various build warnings; ignore vendored headers in formatting job
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I7af033c8d3f437e5574b050223cbc16a6a6a6964
This commit is contained in:
parent
b311a0a969
commit
3719dbccd5
10 changed files with 95 additions and 81 deletions
|
|
@ -129,7 +129,8 @@ static int assign_wallpaper_to_output(chroma_state_t *state,
|
|||
"Loaded config for output %u: scale=%d, filter=%d, anchor=%d @ "
|
||||
"%.1f,%.1f",
|
||||
output->id, output->scale_mode, output->filter_quality,
|
||||
output->anchor, output->anchor_x, output->anchor_y);
|
||||
output->anchor, (double)output->anchor_x,
|
||||
(double)output->anchor_y);
|
||||
|
||||
// Check if configuration changed and invalidate texture if needed
|
||||
if (had_config &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue