diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-03-07 12:56:24 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-03-07 12:56:24 +0000 |
| commit | e765906d5bd2f5fccab2c101215d5083406b2ac4 (patch) | |
| tree | d96c866c39230e293f08f50567dffa96a94ab0d4 /apps/gui/skin_engine/wps_internals.h | |
| parent | 343001b5f86f61a48b8520c9a1eb2790f50a8b27 (diff) | |
| download | rockbox-e765906d5bd2f5fccab2c101215d5083406b2ac4.zip rockbox-e765906d5bd2f5fccab2c101215d5083406b2ac4.tar.gz rockbox-e765906d5bd2f5fccab2c101215d5083406b2ac4.tar.bz2 rockbox-e765906d5bd2f5fccab2c101215d5083406b2ac4.tar.xz | |
move code around to make checkwps compile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29536 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
| -rw-r--r-- | apps/gui/skin_engine/wps_internals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h index 80303f8..48c1f9d 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -368,7 +368,9 @@ enum skin_find_what { SKIN_FIND_VP = 0, SKIN_FIND_UIVP, SKIN_FIND_IMAGE, - SKIN_FIND_TOUCHREGION +#ifdef HAVE_TOUCHSCREEN + SKIN_FIND_TOUCHREGION, +#endif }; void *skin_find_item(const char *label, enum skin_find_what what, struct wps_data *data); |