summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index cc1e50f..7ee5343 100644
--- a/src/main.h
+++ b/src/main.h
@@ -170,7 +170,7 @@ struct State {
MessageType input_type;
StatusType status_type;
guint64 scroll_max; /* Maxmimum scrollable height of the document. */
- guint scroll_percent; /* Current position of the viewport in document (percent). */
+ guint16 scroll_percent; /* Current position of the viewport in document (percent). */
guint64 scroll_top; /* Current position of the viewport in document (pixel). */
char *title; /* Window title of the client. */