diff 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
line wrap: on
line diff
--- a/src/xmms-sid.h	Thu Apr 03 00:34:07 2008 +0300
+++ b/src/xmms-sid.h	Thu Apr 03 00:44:33 2008 +0300
@@ -218,6 +218,8 @@
 #define XS_SIGNAL_CONNECT(SOBJ, SNAME, SFUNC, SDATA)        \
     gtk_signal_connect(GTK_OBJECT(SOBJ), SNAME, GTK_SIGNAL_FUNC(SFUNC), SDATA)
 
+#define XS_WINDOW_PRESENT(SWIN) gdk_window_raise(SWIN ->window)
+
 #ifdef __cplusplus
 }
 #endif