Sync to AGG tree to support stippi's Painter classes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,6 +31,7 @@ namespace agg
|
||||
{
|
||||
public:
|
||||
//--------------------------------------------------------------------
|
||||
virtual ~ctrl() {}
|
||||
ctrl(double x1, double y1, double x2, double y2, bool flip_y) :
|
||||
m_x1(x1), m_y1(y1), m_x2(x2), m_y2(y2),
|
||||
m_flip_y(flip_y),
|
||||
|
||||
Reference in New Issue
Block a user