From 3e7444ff8770678b563af6b3f9f6b05521cac959 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 3 Aug 2009 04:43:34 +0000 Subject: part two of the grand overall wps/skinning engine cleanup work: * rename wps_engine to skin_engine as that was agreed on * rename music_screen back to wps * clean up the skin display/update functions a bit * make skin_data_load setup the hardcoded default if a skin cant be loaded for whatever reason instead of doing it when it is first displayed ignore any gui_wps or wps_ or gwps_ nameing in skin_engine/ ... these will be renamed as this work gets finished git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22135 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps_engine/wps_engine.h | 49 ---------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 apps/gui/wps_engine/wps_engine.h (limited to 'apps/gui/wps_engine/wps_engine.h') diff --git a/apps/gui/wps_engine/wps_engine.h b/apps/gui/wps_engine/wps_engine.h deleted file mode 100644 index fe034f9138..0000000000 --- a/apps/gui/wps_engine/wps_engine.h +++ /dev/null @@ -1,49 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id: gwps.h 22003 2009-07-22 22:10:25Z kugel $ - * - * Copyright (C) 2007 Nicolas Pennequin - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - - /** Use this for stuff which external code needs to include **/ - -#ifndef _WPS_ENGINE_H -#define _WPS_ENGINE_H -#include -#include "wps_internals.h" /* TODO: remove this line.. shoudlnt be needed */ - - -#ifdef HAVE_TOUCHSCREEN -int wps_get_touchaction(struct wps_data *data); -#endif - -#ifdef HAVE_ALBUMART -/* gives back if WPS contains an albumart tag */ -bool gui_sync_wps_uses_albumart(void); -#endif - -/* setup and display a WPS for the first time */ -bool gui_wps_display(struct gui_wps *gwps); -/* do a requested redraw */ -bool gui_wps_redraw(struct gui_wps *gwps, - int ffwd_offset, - unsigned refresh_mode); -/* do a partial redraw, or full if required, also do any housekeeping - * which might be needed */ -bool gui_wps_update(struct gui_wps *gwps); - -#endif -- cgit v1.2.3