commit a46f2c8a4ce8f2b498e37ee6998652fce9d9d682
parent 1d3fb5639152a27288e82481effdf8bfd9ad5f53
Author: Raymond Li <hi@raymond.li>
Date: Mon, 25 Jan 2021 23:48:03 -0500
Update i3lock.c
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -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;