Skip to content

Commit

Permalink
Increase the macro limit (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Apr 7, 2022
1 parent ed7991d commit 763edac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define MAX_COMPOSITE_LAYERS 8
#define MAX_TIMEOUTS 32

#define MAX_MACRO_SIZE 128
#define MAX_MACROS 64
#define MAX_MACRO_SIZE 64
#define MAX_MACROS 256

#define LT_NORMAL 0
#define LT_LAYOUT 1
Expand Down

0 comments on commit 763edac

Please sign in to comment.