summaryrefslogtreecommitdiff
path: root/client/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/common/common.h')
-rw-r--r--client/common/common.h1
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[]);