Fix build with gcc 3.4

This commit is contained in:
Tilman Keskinoz 2004-08-15 14:24:03 +00:00
parent 00b6f71277
commit 43a050cdbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116259

View file

@ -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)
{