diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-07-28 07:35:45 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-07-28 07:35:45 +0000 |
commit | 05ddd9a44eb565e936274b6f73fc76f7476113a7 (patch) | |
tree | 0c2a5a8db4c86196deb06615b246d66e920784b7 /apps/gui | |
parent | cb36fec3922cb1317bdb06a6497370f188694d4e (diff) |
X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/color_picker.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/color_picker.c b/apps/gui/color_picker.c index edf6a49570..f2e482c651 100644 --- a/apps/gui/color_picker.c +++ b/apps/gui/color_picker.c @@ -73,6 +73,10 @@ #define SLIDER_OK BUTTON_SELECT #define SLIDER_CANCEL BUTTON_PLAY +/* FIXME: chosen at will to make it compile */ +#define SLIDER_RC_OK BUTTON_RC_PLAY +#define SLIDER_RC_CANCEL BUTTON_RC_REC + #endif static const int max_val[3] = {LCD_MAX_RED,LCD_MAX_GREEN,LCD_MAX_BLUE}; |