From f8cc3211a60940228dade59436ba7ce2003445a3 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Thu, 17 Nov 2005 20:20:01 +0000 Subject: And the rest of the files too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7935 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/gui/gwps-common.h (limited to 'apps/gui/gwps-common.h') diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h new file mode 100644 index 0000000000..5cf052898d --- /dev/null +++ b/apps/gui/gwps-common.h @@ -0,0 +1,27 @@ +#ifndef _GWPS_COMMON_ +#define _GWPS_COMMON_ +#include +#include /* for size_t */ + +/* to avoid the unnecessary include if gwps.h */ +struct mp3entry; +struct gui_img; +struct wps_data; +struct gui_wps; +struct align_pos; + +void gui_wps_format_time(char* buf, int buf_size, long time); +void fade(bool fade_in); +void gui_wps_format(struct wps_data *data, const char *bmpdir, size_t bmpdirlen); +bool gui_wps_refresh(struct gui_wps *gwps, int ffwd_offset, + unsigned char refresh_mode); +bool gui_wps_display(void); +bool setvol(void); +bool update(struct gui_wps *gwps); +bool ffwd_rew(int button); +#ifdef WPS_KEYLOCK +void display_keylock_text(bool locked); +void waitfor_nokey(void); +#endif +#endif + -- cgit v1.2.3