Hi.

The attached patch fixes a build problem on Solaris 8 (for some reason
<X11/extensions/shape.h> doesn't include <X11/Xutil.h> which it requires
for struct Region).

-- 
Adam Chodorowski <[EMAIL PROTECTED]>

Thanks to DRM, you know that something has been built in environment of
unspecified degree of security, from source you cannot check, written by
programmers you don't know, released after passing QA of unknown quality and
which is released under a license which disclaims any responsibility...
--- ion-2rc-20040131/dock/dock.c	2004-01-22 22:25:54.000001000 +0100
+++ ion-2rc-20040131-changed/dock/dock.c	2004-02-02 13:18:45.000003000 +0100
@@ -39,6 +39,7 @@
 #include <string.h>
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
+#include <X11/Xutil.h>
 #include <X11/extensions/shape.h>
 #include <X11/extensions/Xext.h>
 #include <ioncore/clientwin.h>

Reply via email to