patch by Lucasz Zemczak which adds BShape drawing support to BPicture. Actually we should use a ShapeIterator subclass (like Lucasz did here) in Painter too instead of having duplicating code.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19153 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-10-30 20:42:54 +00:00
parent 07dc2c6972
commit 34633cab94
4 changed files with 180 additions and 9 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ virtual void _ReservedShape3();
virtual void _ReservedShape4();
friend class BShapeIterator;
friend class TPicture;
friend class PicturePlayer;
friend class BView;
friend class BFont;
friend class BPrivate::ServerLink;