From f6ef46b73f628586aef988246d253f3e5154119d Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 12 Nov 2007 21:34:01 +0000 Subject: 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 --- apps/gui/gwps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/gwps.h') 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 { WPS_TOKEN_ALIGN_LEFT, WPS_TOKEN_ALIGN_CENTER, WPS_TOKEN_ALIGN_RIGHT, + WPS_TOKEN_ALIGN_SCROLLMARGIN, /* Sublines */ WPS_TOKEN_SUBLINE_TIMEOUT, -- cgit v1.2.3