Now Region.h is binary compatible with R5's one

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15295 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-12-03 11:11:12 +00:00
parent f76e95c4ee
commit eba7781c71

View File

@ -66,6 +66,7 @@ clipping_rect RectAtInt(int32 index);
/*----- Private or reserved -----------------------------------------*/
private:
ClipRegion *fRegion;
char padding[24];
};
#endif /* _REGION_H */