comparison src/xmms-sid.h @ 665:94186706beed

Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 00:44:33 +0300
parents b0743dc9165d
children 9321ffa2ea7e
comparison
equal deleted inserted replaced
664:0fef72dce601 665:94186706beed
216 } 216 }
217 217
218 #define XS_SIGNAL_CONNECT(SOBJ, SNAME, SFUNC, SDATA) \ 218 #define XS_SIGNAL_CONNECT(SOBJ, SNAME, SFUNC, SDATA) \
219 gtk_signal_connect(GTK_OBJECT(SOBJ), SNAME, GTK_SIGNAL_FUNC(SFUNC), SDATA) 219 gtk_signal_connect(GTK_OBJECT(SOBJ), SNAME, GTK_SIGNAL_FUNC(SFUNC), SDATA)
220 220
221 #define XS_WINDOW_PRESENT(SWIN) gdk_window_raise(SWIN ->window)
222
221 #ifdef __cplusplus 223 #ifdef __cplusplus
222 } 224 }
223 #endif 225 #endif
224 #endif /* XMMS_SID_H */ 226 #endif /* XMMS_SID_H */