diff options
| author | Ben Basha <benbasha@rockbox.org> | 2006-02-01 15:34:25 +0000 |
|---|---|---|
| committer | Ben Basha <benbasha@rockbox.org> | 2006-02-01 15:34:25 +0000 |
| commit | 6479e4c95eafcdc13fc49bebe6dc24a8ea3b6d15 (patch) | |
| tree | c626979b70e8c1a950fdce56f73b90a2d635e2c1 /apps/gui/gwps.h | |
| parent | 8ab7c38bac954b9201c717a4d0df1d86a8f847c5 (diff) | |
| download | rockbox-6479e4c95eafcdc13fc49bebe6dc24a8ea3b6d15.zip rockbox-6479e4c95eafcdc13fc49bebe6dc24a8ea3b6d15.tar.gz rockbox-6479e4c95eafcdc13fc49bebe6dc24a8ea3b6d15.tar.bz2 rockbox-6479e4c95eafcdc13fc49bebe6dc24a8ea3b6d15.tar.xz | |
WPS tag update for Progress Bar to allow resizing and screen placing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8523 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
| -rw-r--r-- | apps/gui/gwps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 8cd4c8f..7cb1cde 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -309,6 +309,9 @@ struct wps_data unsigned short time_mult[WPS_MAX_LINES][WPS_MAX_SUBLINES]; long subline_expire_time[WPS_MAX_LINES]; int curr_subline[WPS_MAX_LINES]; + int progress_height; + int progress_start; + int progress_end; bool wps_loaded; bool peak_meter_enabled; }; |