diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |