summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index 2c5651fbe2..b23c0d603d 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -32,6 +32,11 @@
32/* to refresh only those lines that change over time */ 32/* to refresh only those lines that change over time */
33#define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL) 33#define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL)
34 34
35/* alignments */
36#define WPS_ALIGN_RIGHT 32
37#define WPS_ALIGN_CENTER 64
38#define WPS_ALIGN_LEFT 128
39
35 40
36void wps_format_time(char* buf, int buf_size, long time); 41void wps_format_time(char* buf, int buf_size, long time);
37bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3, 42bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3,