shortened statement.

このコミットが含まれているのは:
MadcowOG 2023-02-26 15:48:20 -08:00
コミット a0a03b0728
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -190,8 +190,8 @@ void bar_tags_render(Bar* bar, cairo_t* painter, int* x) {
goto done;
/* Creating the occupied tag box */
int boxHeight = bar_font.height / 9;
int boxWidth = bar_font.height / 6 + 1;
int boxHeight = bar_font.height / 9,
boxWidth = bar_font.height / 6 + 1;
if (tag->focusedClient) {
cairo_rectangle(painter, *x + boxHeight, boxHeight, boxWidth, boxWidth);