X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Fprimitives.h;h=d9ea336d5202c7a1b8e2ff39fa319a3c6a207d61;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=19d063a3b883fb6670c66da23a40ca5a745efe0b;hpb=878ee5fa4b0535398f72bbcb9aee50e4fac115d2;p=swftools.git diff --git a/lib/python/primitives.h b/lib/python/primitives.h index 19d063a..d9ea336 100644 --- a/lib/python/primitives.h +++ b/lib/python/primitives.h @@ -43,6 +43,7 @@ PyObject* f_Gradient(PyObject* self, PyObject* args, PyObject* kwargs); PyObject* f_BBox(PyObject* self, PyObject* args, PyObject* kwargs); PyObject* f_BBox2(SRECT bbox); PyObject* f_Matrix(PyObject* self, PyObject* args, PyObject* kwargs); +PyObject* f_Matrix2(MATRIX* m); PyObject* f_FillStyle2(FILLSTYLE fs); PyObject* f_SolidFillstyle(PyObject* self, PyObject* args, PyObject* kwargs); PyObject* f_SolidFillstyle2(RGBA color);