diff options
Diffstat (limited to 'src/flags.h')
-rw-r--r-- | src/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flags.h b/src/flags.h index 8344205..306464c 100644 --- a/src/flags.h +++ b/src/flags.h @@ -2,9 +2,9 @@ #define GRAB_FLAGS_H typedef struct { + bool b : 1; bool c : 1; bool i : 1; - bool l : 1; bool p : 1; bool s : 1; bool U : 1; |