summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 23:18:56 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 23:18:56 +0000
commit6a0340fc213d120643c6c73050be4cbd10171b6b (patch)
tree8c44897c05752d0d1b154b6609bf096fdd9670f4 /apps/gui
parenta969e85e179cd1260b04203f01c68aaa85001504 (diff)
downloadrockbox-6a0340fc213d120643c6c73050be4cbd10171b6b.tar.gz
rockbox-6a0340fc213d120643c6c73050be4cbd10171b6b.zip
More static / header file cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/color_picker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/color_picker.c b/apps/gui/color_picker.c
index a788cbade2..0614fb74eb 100644
--- a/apps/gui/color_picker.c
+++ b/apps/gui/color_picker.c
@@ -329,7 +329,7 @@ static void draw_screen(struct screen *display, char *title,
329} 329}
330 330
331#ifdef HAVE_TOUCHPAD 331#ifdef HAVE_TOUCHPAD
332int touchpad_slider(struct rgb_pick *rgb, int *selected_slider) 332static int touchpad_slider(struct rgb_pick *rgb, int *selected_slider)
333{ 333{
334 short x,y; 334 short x,y;
335 int text_top,i,x1; 335 int text_top,i,x1;