From 87aa86cedd27445e51b0ad38dbc7cf2bdaa42364 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 27 Mar 2011 08:01:58 +0000 Subject: Skin variables for touchscreen targets (origional implementation by Jens Theeß) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %vs(name, [set|inc|dec], value [,max]) - name is the id, set sets the value, inc increments by value, dec decrements by value %vg(name) - get the current value %vl(name [,timeout]) - 'has it changed in [timeout]'? values start at 1 and are all reset to 1 on skin load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29655 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config.h b/firmware/export/config.h index cd4896f620..c8531b8f65 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -949,6 +949,8 @@ Lyre prototype 1 */ #ifdef HAVE_TOUCHSCREEN /* Timeout objects required for kinetic list scrolling */ #define INCLUDE_TIMEOUT_API +/* Enable skin variable system, may not be the best place for this #define. */ +#define HAVE_SKIN_VARIABLES #endif /* HAVE_TOUCHSCREEN */ #if defined(HAVE_USB_CHARGING_ENABLE) && defined(HAVE_USBSTACK) -- cgit v1.2.3