diff options
Diffstat (limited to 'x11-toolkits/tkshape/files/patch-unix-shapeUnixImpl.c')
-rw-r--r-- | x11-toolkits/tkshape/files/patch-unix-shapeUnixImpl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/tkshape/files/patch-unix-shapeUnixImpl.c b/x11-toolkits/tkshape/files/patch-unix-shapeUnixImpl.c new file mode 100644 index 000000000000..80f64037e9a8 --- /dev/null +++ b/x11-toolkits/tkshape/files/patch-unix-shapeUnixImpl.c @@ -0,0 +1,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 |