summaryrefslogtreecommitdiff
path: root/x11/xmx/patches/patch-eg
blob: d5c5c8a550e5c09bf688e3cad70ea6573fb27f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-eg,v 1.1 2010/07/11 23:51:16 dholland Exp $

Fix build with recent xextproto, where the shape extension prototypes
appear to have been moved to their own header file.

--- server/shape.c~	1997-09-27 21:10:13.000000000 +0000
+++ server/shape.c
@@ -33,6 +33,7 @@
 #include <X11/Xutil.h>
 #include <X11/Xproto.h>
 #include <X11/extensions/shape.h>
+#include <X11/extensions/shapeproto.h>
 #include "xmx.h"
 #include "ptc.h"
 #include "incl/shape.pvt.h"