Fix build with gcc 3.4
This commit is contained in:
parent
00b6f71277
commit
43a050cdbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116259
1 changed files with 11 additions and 0 deletions
11
graphics/evas/files/patch-evas_object.c
Normal file
11
graphics/evas/files/patch-evas_object.c
Normal 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)
|
||||
{
|
Loading…
Reference in a new issue