From 09fce707c117aa4006ca30a5a0bf9eb7a89e2caa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Nov 2005 09:03:25 +0000 Subject: Missing file headers put back. Code within 80 cols. Code policed indenting and style. Simplified struct levels. #if 0'ed unused functions. Made private stuff static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7954 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.h | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'apps/gui/gwps-common.h') diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h index 5cf052898d..fe7f2f66da 100644 --- a/apps/gui/gwps-common.h +++ b/apps/gui/gwps-common.h @@ -1,18 +1,32 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Björn Stenberg + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #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; +#include "gwps.h" 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); +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); -- cgit v1.2.3