diff options
Diffstat (limited to 'client/common/common.h')
-rw-r--r-- | client/common/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/common/common.h b/client/common/common.h index af03127..66587f2 100644 --- a/client/common/common.h +++ b/client/common/common.h @@ -16,6 +16,7 @@ struct client { bool bottom; bool grab; bool wrap; + bool ifne; }; void parse_args(struct client *client, int *argc, char **argv[]); |