Update i3lock.c

This commit is contained in:
Raymond Li 2021-01-25 23:49:25 -05:00
parent a46f2c8a4c
commit a6e33348ea
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
1 changed files with 2 additions and 2 deletions

View File

@ -268,8 +268,8 @@ bool redraw_thread = false;
#define BAR_DEFAULT 0
#define BAR_REVERSED 1
#define BAR_BIDIRECTIONAL 2
#define MAX_BAR_COUNT 65535;
#define MIN_BAR_COUNT 1;
#define MAX_BAR_COUNT 65535
#define MIN_BAR_COUNT 1
bool bar_enabled = false;
double *bar_heights = NULL;