summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/src/dummies.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/libwps/src/dummies.c')
-rw-r--r--utils/wpseditor/libwps/src/dummies.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/utils/wpseditor/libwps/src/dummies.c b/utils/wpseditor/libwps/src/dummies.c
index 8592610701..002cf93c60 100644
--- a/utils/wpseditor/libwps/src/dummies.c
+++ b/utils/wpseditor/libwps/src/dummies.c
@@ -177,7 +177,7 @@ void cue_draw_markers(struct screen *screen, unsigned long tracklen,
177int x1, int x2, int y, int h){} 177int x1, int x2, int y, int h){}
178#endif 178#endif
179 179
180 180#ifdef HAVE_ALBUMART
181void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear) 181void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear)
182{ 182{
183 if (!gwps || !gwps->data || !gwps->display || handle_id < 0) 183 if (!gwps || !gwps->data || !gwps->display || handle_id < 0)
@@ -240,7 +240,7 @@ void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear)
240 gwps->display->set_drawmode(DRMODE_SOLID); 240 gwps->display->set_drawmode(DRMODE_SOLID);
241 } 241 }
242} 242}
243 243#endif
244/* Update the "data" pointer to make the handle's data available to the caller. 244/* Update the "data" pointer to make the handle's data available to the caller.
245Return the length of the available linear data or < 0 for failure (handle 245Return the length of the available linear data or < 0 for failure (handle
246not found). 246not found).
@@ -274,6 +274,10 @@ void unload_wps_backdrop(void)
274{ 274{
275 275
276} 276}
277void unload_remote_wps_backdrop(void)
278{
279
280}
277 281
278#if CONFIG_CODEC == SWCODEC 282#if CONFIG_CODEC == SWCODEC
279int get_replaygain_mode(bool have_track_gain, bool have_album_gain) 283int get_replaygain_mode(bool have_track_gain, bool have_album_gain)
@@ -299,6 +303,8 @@ int rtc_write_datetime(unsigned char* buf){return 0;}
299void backlight_on(void){} 303void backlight_on(void){}
300void backlight_off(void){} 304void backlight_off(void){}
301 305
306void remote_backlight_on(void){}
307void remote_backlight_off(void){}
302 308
303void debugf(const char *fmt, ...) 309void debugf(const char *fmt, ...)
304{} 310{}