[PATCH] Missing function in xfce4-panel

Daichi Kawahata daichi at xfce.org
Sun Jan 1 22:54:35 CET 2006


Happy New Year Jasper and lists,

Unfortunately, IRIX doesn't have WAIT_ANY().
Any other workarounds?

Regards,
-- 
Daichi

Language Codes: http://www.w3.org/WAI/ER/IG/ert/iso639.htm
Country Codes: http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt
-------------- next part --------------
Index: panel/panel-app.c
===================================================================
--- panel/panel-app.c	(revision 19239)
+++ panel/panel-app.c	(working copy)
@@ -44,6 +44,10 @@
 #define _(x) x
 #endif
 
+#ifndef WAIT_ANY
+#define WAIT_ANY (-1)
+#endif
+
 #define SELECTION_NAME "XFCE4_PANEL"
 #define PANEL_LAUNCHER "launcher"
 




More information about the Xfce4-dev mailing list