diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-18 00:59:44 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-18 01:08:10 +0200 |
commit | 9c541d0b4261acd656171a03e6bfd2719f91286d (patch) | |
tree | 32d35203435cfa04aa81e4c71cab69933c050b54 /client/common/common.h | |
parent | 6b5b93239eab623c786e1c537563a81a285ffbd2 (diff) | |
download | bemenu-9c541d0b4261acd656171a03e6bfd2719f91286d.tar.gz bemenu-9c541d0b4261acd656171a03e6bfd2719f91286d.tar.bz2 bemenu-9c541d0b4261acd656171a03e6bfd2719f91286d.zip |
Add --scrollbar option
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 fab8758..914ddf0 100644 --- a/client/common/common.h +++ b/client/common/common.h @@ -15,6 +15,7 @@ struct client { bool bottom; bool grab; bool wrap; + bool scrollbar; }; void parse_args(struct client *client, int *argc, char **argv[]); |