mirror of
https://github.com/swaywm/sway.git
synced 2026-03-31 07:11:24 -04:00
styling fixes
This commit is contained in:
parent
d873d09f23
commit
39df3aed82
3 changed files with 12 additions and 12 deletions
|
|
@ -94,8 +94,8 @@ static void render_block(struct window *window, struct config *config, struct st
|
|||
|
||||
double pos = *x;
|
||||
|
||||
block->x = (int) pos;
|
||||
block->width = (int) block_width;
|
||||
block->x = (int)pos;
|
||||
block->width = (int)block_width;
|
||||
|
||||
// render background
|
||||
if (block->background != 0x0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue