comparison src/sid/xmms-sid.h @ 2511:da7e2ec2ea27

Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 00:59:00 +0300
parents 1223e8510d8a
children
comparison
equal deleted inserted replaced
2510:78b8e3614df7 2511:da7e2ec2ea27
217 } 217 }
218 218
219 #define XS_SIGNAL_CONNECT(SOBJ, SNAME, SFUNC, SDATA) \ 219 #define XS_SIGNAL_CONNECT(SOBJ, SNAME, SFUNC, SDATA) \
220 g_signal_connect(G_OBJECT(SOBJ), SNAME, G_CALLBACK(SFUNC), SDATA) 220 g_signal_connect(G_OBJECT(SOBJ), SNAME, G_CALLBACK(SFUNC), SDATA)
221 221
222 #define XS_WINDOW_PRESENT(XX) gtk_window_present(GTK_WINDOW( XX ))
223
222 #ifdef __cplusplus 224 #ifdef __cplusplus
223 } 225 }
224 #endif 226 #endif
225 #endif /* XMMS_SID_H */ 227 #endif /* XMMS_SID_H */