comparison src/xmms-sid.h @ 783:37ab2fba30c8

More cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 13:34:25 +0200
parents 15f0c8e11338
children f2e023bf718f
comparison
equal deleted inserted replaced
782:64352e85113e 783:37ab2fba30c8
124 #define XS_CS_FILENAME(M) g_strdup(M) 124 #define XS_CS_FILENAME(M) g_strdup(M)
125 #define XS_CS_SID(M) g_strdup(M) 125 #define XS_CS_SID(M) g_strdup(M)
126 #define XS_CS_STIL(M) M 126 #define XS_CS_STIL(M) M
127 #define XS_CS_FREE(M) 127 #define XS_CS_FREE(M)
128 128
129 /* Shorthands for linked lists
130 */
131 #define LPREV (node->prev)
132 #define LTHIS (node)
133 #define LNEXT (node->next)
134
135 129
136 /* Plugin-wide typedefs 130 /* Plugin-wide typedefs
137 */ 131 */
138 typedef struct { 132 typedef struct {
139 gint tuneSpeed, 133 gint tuneSpeed,