styling fixes

This commit is contained in:
akokshar@redhat.com 2017-08-29 17:33:06 +02:00
parent d873d09f23
commit 39df3aed82
3 changed files with 12 additions and 12 deletions

View file

@ -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) {