Evas: Add framespace clip object (for efl wayland clipping issue).

SVN revision: 71425
This commit is contained in:
Christopher Michael 2012-05-25 12:54:38 +00:00
parent 1bb2daff42
commit ba863e5a41
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ struct _Evas
{
Evas_Coord x, y, w, h;
Eina_Bool changed : 1;
Evas_Object *clip;
} framespace;
Eina_List *damages;