mirror of
https://github.com/swaywm/sway.git
synced 2024-12-27 15:36:29 +01:00
parent
309fcf2300
commit
13fbe5176b
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ static uint32_t render_status_block(cairo_t *cairo,
|
|||
if (block->background) {
|
||||
cairo_set_source_u32(cairo, block->background);
|
||||
cairo_rectangle(cairo, pos - 0.5 * output->scale,
|
||||
output->scale, block_width, height);
|
||||
output->scale, width, height);
|
||||
cairo_fill(cairo);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue