diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-17 11:55:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-17 11:55:31 +0000 |
commit | a196bc0545391788d1d0440b9c0b5f895a4ae369 (patch) | |
tree | da301f37dc05a953ba0fecb440b251792d5dbfaf /x11-toolkits/tkshape/files/patch-unix-shapeUnixImpl.c | |
parent | Make fetchable until I get a chance to update the lot. (diff) |
Add tkshape 0.4, a Tk library to access to X Shaped Window Extension.
PR: ports/70845
Submitted by: nivit(at)users.sourceforge.net
Notes
Notes:
svn path=/head/; revision=131496
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 |