summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.h')
-rw-r--r--apps/gui/gwps-common.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h
index 77bec83951..1203113be1 100644
--- a/apps/gui/gwps-common.h
+++ b/apps/gui/gwps-common.h
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 Björn Stenberg 10 * Copyright (C) 2007 Nicolas Pennequin
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -24,16 +24,14 @@
24#include "gwps.h" 24#include "gwps.h"
25 25
26void fade(bool fade_in); 26void fade(bool fade_in);
27void gui_wps_format(struct wps_data *data);
28bool gui_wps_refresh(struct gui_wps *gwps, int ffwd_offset,
29 unsigned char refresh_mode);
30bool gui_wps_display(void); 27bool gui_wps_display(void);
31void setvol(void); 28void setvol(void);
32bool update_onvol_change(struct gui_wps * gwps); 29bool update_onvol_change(struct gui_wps * gwps);
33bool update(struct gui_wps *gwps); 30bool update(struct gui_wps *gwps);
34bool ffwd_rew(int button); 31bool ffwd_rew(int button);
35bool wps_data_preload_tags(struct wps_data *data, char *buf,
36 const char *bmpdir, size_t bmpdirlen);
37void display_keylock_text(bool locked); 32void display_keylock_text(bool locked);
38#endif
39 33
34bool gui_wps_refresh(struct gui_wps *gwps,
35 int ffwd_offset,
36 unsigned char refresh_mode);
37#endif