summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:52:51 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:52:51 +0200
commit47814dcd4e5749be883042999920308936d9a899 (patch)
tree313ec39562fb1386de43183e69ee4f6342279f06 /deadbeef.h
parent78bf582fb29151a916d2c93e9f056d9464d1f997 (diff)
added new info page to track properties window
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 9e4ee7f3..95ff006e 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -412,6 +412,7 @@ typedef struct {
more to come
*/
int (*pl_format_title) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt);
+ void (*pl_format_time) (float t, char *dur, int size);
void (*pl_format_item_display_name) (DB_playItem_t *it, char *str, int len);
// void (*pl_set_next) (DB_playItem_t *it, DB_playItem_t *next, int iter);
// void (*pl_set_prev) (DB_playItem_t *it, DB_playItem_t *prev, int iter);