indent --no-tabs -linux
This commit is contained in:
parent
0cff22c46a
commit
c74a2cc8d4
3
dunst.c
3
dunst.c
@ -579,7 +579,8 @@ void draw_win(void)
|
|||||||
|
|
||||||
char *line = draw_txt_get_line(&n->draw_txt_buf, i + 1);
|
char *line = draw_txt_get_line(&n->draw_txt_buf, i + 1);
|
||||||
dc->x = 0;
|
dc->x = 0;
|
||||||
drawrect(dc, 0, 0, width, line_height, True, n->colors->BG);
|
drawrect(dc, 0, 0, width, line_height, True,
|
||||||
|
n->colors->BG);
|
||||||
|
|
||||||
dc->x = calculate_x_offset(width, textw(dc, line));
|
dc->x = calculate_x_offset(width, textw(dc, line));
|
||||||
dc->y += (line_height - font_h) / 2;
|
dc->y += (line_height - font_h) / 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user