summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-08-06 09:28:25 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-08-06 09:28:25 +0000
commitd767883a417667ceebf5bb241d02337f34bc8016 (patch)
tree7136c4a1fd24d01176d3790e4b5d49f39cd6267b /apps/gui/list.h
parent0307cd16a094b9b03da8fbcf237470ce2ad75cf7 (diff)
downloadrockbox-d767883a417667ceebf5bb241d02337f34bc8016.tar.gz
rockbox-d767883a417667ceebf5bb241d02337f34bc8016.zip
Various files: make functions static if they're local or make sure there is a proper #include if not
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 6b9f557d38..50aaebe93a 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -182,6 +182,11 @@ extern bool gui_synclist_do_button(struct gui_synclist * lists,
182 int *action, 182 int *action,
183 enum list_wrap); 183 enum list_wrap);
184 184
185#if defined(HAVE_TOUCHSCREEN)
186/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
187unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);
188#endif
189
185/* If the list has a pending postponed scheduled announcement, that 190/* If the list has a pending postponed scheduled announcement, that
186 may become due before the next get_action tmieout. This function 191 may become due before the next get_action tmieout. This function
187 adjusts the get_action timeout appropriately. */ 192 adjusts the get_action timeout appropriately. */