i3bar: render separators retina-correctly

This commit is contained in:
Michael Stapelberg
2014-04-26 17:20:21 +02:00
parent bff72d653d
commit 87110a87a8
2 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ static int stdin_start_map(void *context) {
memset(&(ctx->block), '\0', sizeof(struct status_block));
/* Default width of the separator block. */
ctx->block.sep_block_width = 9;
ctx->block.sep_block_width = logical_px(9);
return 1;
}