diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 14:24:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 14:24:03 +0000 |
commit | 43a050cdbf0fb45a91ee252ded5b6cb5d2cf303f (patch) | |
tree | c04d794284c4feb81f89765145be419abd91dbac /graphics/evas | |
parent | 00b6f71277960961b3f710ab87dbb3cf8a7ee72e (diff) | |
download | ports-43a050cdbf0fb45a91ee252ded5b6cb5d2cf303f.tar.gz ports-43a050cdbf0fb45a91ee252ded5b6cb5d2cf303f.zip |
Notes
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/files/patch-evas_object.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/evas/files/patch-evas_object.c b/graphics/evas/files/patch-evas_object.c new file mode 100644 index 000000000000..362c2b486a09 --- /dev/null +++ b/graphics/evas/files/patch-evas_object.c @@ -0,0 +1,11 @@ +--- src/evas_object.c.orig Sun Aug 15 16:22:01 2004 ++++ src/evas_object.c Sun Aug 15 16:22:07 2004 +@@ -10,6 +10,8 @@ + #define RECTS_INTERSECT(x, y, w, h, xx, yy, ww, hh) \ + ((SPANS_COMMON((x), (w), (xx), (ww))) && (SPANS_COMMON((y), (h), (yy), (hh)))) + ++void _evas_cleanup_clip(Evas e, Evas_Object o); ++ + Evas_Layer + _evas_get_object_layer(Evas e, Evas_Object o) + { |