annotate Plugins/Input/sid/xs_title.h @ 533:bcbc6195e82e
trunk
[svn] throw out duplicate XEvents... again, for speed purposes we don't need
to process every pixel the player is manipulated
author |
nenolod |
date |
Fri, 27 Jan 2006 21:29:56 -0800 |
parents |
1b82a9932b60 |
children |
|
rev |
line source |
269
|
1 #ifndef XS_TITLE_H
|
|
2 #define XS_TITLE_H
|
|
3
|
|
4 #include "xmms-sid.h"
|
|
5
|
|
6 #ifdef __cplusplus
|
|
7 extern "C" {
|
|
8 #endif
|
|
9
|
|
10 /*
|
|
11 * Functions
|
|
12 */
|
|
13 gchar *xs_make_titlestring(gchar *, gint, gint, gint, const gchar *, const gchar *, const gchar *, const gchar *);
|
|
14
|
|
15 #ifdef __cplusplus
|
|
16 }
|
|
17 #endif
|
|
18 #endif /* XS_TITLE_H */
|