summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-03-23 02:19:48 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-03-23 02:19:48 +0000
commitdafca1405e6fa342b5740e74be43f0969b4606c8 (patch)
tree4a3d3ea55e4d16d96bb1b7e8f0ba9e0460d10f62 /apps/gui/skin_engine/wps_internals.h
parent7e84cca44131e07a0012129b9f5cc73bc5c5cb39 (diff)
downloadrockbox-dafca1405e6fa342b5740e74be43f0969b4606c8.tar.gz
rockbox-dafca1405e6fa342b5740e74be43f0969b4606c8.zip
revert r25271 which caused more problems than it tried to fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25296 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 839a066a2d..b0f5f36eb5 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -197,7 +197,6 @@ struct skin_line {
197#define VP_DRAW_WASHIDDEN 0x4 197#define VP_DRAW_WASHIDDEN 0x4
198/* these are never drawn, nor cleared, i.e. just ignored */ 198/* these are never drawn, nor cleared, i.e. just ignored */
199#define VP_NEVER_VISIBLE 0x8 199#define VP_NEVER_VISIBLE 0x8
200#define VP_NEVER_CLEAR 0x10
201#define VP_DEFAULT_LABEL '|' 200#define VP_DEFAULT_LABEL '|'
202#define VP_NO_LABEL '-' 201#define VP_NO_LABEL '-'
203#define VP_INFO_LABEL '_' 202#define VP_INFO_LABEL '_'