summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 8cd4c8f63e..7cb1cde7eb 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -309,6 +309,9 @@ struct wps_data
309 unsigned short time_mult[WPS_MAX_LINES][WPS_MAX_SUBLINES]; 309 unsigned short time_mult[WPS_MAX_LINES][WPS_MAX_SUBLINES];
310 long subline_expire_time[WPS_MAX_LINES]; 310 long subline_expire_time[WPS_MAX_LINES];
311 int curr_subline[WPS_MAX_LINES]; 311 int curr_subline[WPS_MAX_LINES];
312 int progress_height;
313 int progress_start;
314 int progress_end;
312 bool wps_loaded; 315 bool wps_loaded;
313 bool peak_meter_enabled; 316 bool peak_meter_enabled;
314}; 317};