summaryrefslogtreecommitdiff
path: root/utils/newparser/skin_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/newparser/skin_structs.h')
-rw-r--r--utils/newparser/skin_structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/newparser/skin_structs.h b/utils/newparser/skin_structs.h
index 7dec7f8..5755120 100644
--- a/utils/newparser/skin_structs.h
+++ b/utils/newparser/skin_structs.h
@@ -51,6 +51,11 @@ struct progressbar {
bool have_bitmap_pb;
};
+struct line {
+ unsigned update_mode;
+ bool eat_line_ending;
+};
+
struct subline {
int timeout;
int current_line;