Skip to content

Commit

Permalink
Change progress_bar_alignment type to int
Browse files Browse the repository at this point in the history
This is because we also set it to -1 to signify empty values.
  • Loading branch information
fwsmit committed Feb 11, 2022
1 parent bda6f36 commit b56e7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct rule {
const char *script;
enum behavior_fullscreen fullscreen;
bool enabled;
PangoAlignment progress_bar_alignment;
int progress_bar_alignment;
char *set_stack_tag; // this has to be the last modifying rule
};

Expand Down

0 comments on commit b56e7da

Please sign in to comment.