summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-11-12 21:34:01 +0000
committerDave Chapman <dave@dchapman.com>2007-11-12 21:34:01 +0000
commitf6ef46b73f628586aef988246d253f3e5154119d (patch)
tree50da730905477a3dce9909b575c3353e310310ef /apps/gui/gwps.h
parent4b65cb67a52dab50530c19c1f647d1b3985bb1a8 (diff)
downloadrockbox-f6ef46b73f628586aef988246d253f3e5154119d.tar.gz
rockbox-f6ef46b73f628586aef988246d253f3e5154119d.zip
FS#8135 - add an optional "left margin" parameter to the %s WPS tag - e.g. %s|100|. This patch uses parts of the scroll-margins patch (FS#2954), but is much smaller, only offers a left-margin, and only affects the WPS code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15604 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index f57656b0ae..94c2836e4e 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -124,6 +124,7 @@ enum wps_token_type {
124 WPS_TOKEN_ALIGN_LEFT, 124 WPS_TOKEN_ALIGN_LEFT,
125 WPS_TOKEN_ALIGN_CENTER, 125 WPS_TOKEN_ALIGN_CENTER,
126 WPS_TOKEN_ALIGN_RIGHT, 126 WPS_TOKEN_ALIGN_RIGHT,
127 WPS_TOKEN_ALIGN_SCROLLMARGIN,
127 128
128 /* Sublines */ 129 /* Sublines */
129 WPS_TOKEN_SUBLINE_TIMEOUT, 130 WPS_TOKEN_SUBLINE_TIMEOUT,