Skip to content

Commit

Permalink
Fix build on gcc < 8
Browse files Browse the repository at this point in the history
Fixes chjj#175

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed May 23, 2019
1 parent 094f00a commit 44bea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#include "win.h"

static const opacity_t OPAQUE = 0xffffffff;
#define OPAQUE (0xffffffff)
static const int WIN_GET_LEADER_MAX_RECURSION = 20;
static const int ROUNDED_PIXELS = 1;
static const double ROUNDED_PERCENT = 0.05;
Expand Down

0 comments on commit 44bea48

Please sign in to comment.