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 66587f2..cf258af 100644 --- a/client/common/common.h +++ b/client/common/common.h @@ -17,6 +17,7 @@ struct client { bool grab; bool wrap; bool ifne; + bool no_overlap; }; void parse_args(struct client *client, int *argc, char **argv[]); |