mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
fix parentheses
This commit is contained in:
parent
0dc55dda6a
commit
b7fe2a95ca
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ void render(struct output *output, struct config *config, struct status_line *li
|
||||||
cairo_restore(cairo);
|
cairo_restore(cairo);
|
||||||
// Could also be done by always rendering then conditionally clearing and drawing alpha
|
// Could also be done by always rendering then conditionally clearing and drawing alpha
|
||||||
// That may be preferable down the line
|
// That may be preferable down the line
|
||||||
if ((!config->display_mode == MODE_HIDE) || config->hidden_state == BAR_SHOW) {
|
if (!(config->display_mode == MODE_HIDE) || config->hidden_state == BAR_SHOW) {
|
||||||
|
|
||||||
cairo_set_operator(cairo, CAIRO_OPERATOR_SOURCE);
|
cairo_set_operator(cairo, CAIRO_OPERATOR_SOURCE);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue