blob: c2ad5d0d822974ce27d77e0fac2f23265a3b6aba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD$
diff -ur unix/shapeUnixImpl.c unix/shapeUnixImpl.c.new
--- unix/shapeUnixImpl.c Mon Sep 11 16:27:28 2000
+++ unix/shapeUnixImpl.c Sat Mar 13 11:25:54 2004
@@ -16,6 +16,7 @@
#include <X11/Xutil.h> /* For Region declaration. */
#include <X11/extensions/shape.h>
#include "shape.h"
+#include "shapeInt.h"
#ifdef DKF_SHAPE_DEBUGGING
static int
|