blob: 80f64037e9a8a7f63a9a978cd1631ee3b4c96dd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
|