X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Fprimitives.h;h=f4361f1e63e41a3ee1aff08b1d3e33e23eadb1f3;hb=f1f20af550c019b3f21312bf971d4b06dbe8a49d;hp=e215344e431a1833b2759851ab07e1729c3ba1ba;hpb=a18cdd835cad27c679d6a9659836f035fc3a0b5c;p=swftools.git diff --git a/lib/python/primitives.h b/lib/python/primitives.h index e215344..f4361f1 100644 --- a/lib/python/primitives.h +++ b/lib/python/primitives.h @@ -23,8 +23,10 @@ #ifndef __primitives_h__ #define __primitives_h__ -#undef HAVE_STAT #include +#undef HAVE_STAT + +#include "../rfxswf.h" /* exported to allow casting to this type */ extern PyTypeObject ColorClass; @@ -42,7 +44,7 @@ PyObject* f_Matrix(PyObject* self, PyObject* args, PyObject* kwargs); RGBA color_getRGBA(PyObject*self); CXFORM colortransform_getCXForm(PyObject*self); GRADIENT gradient_getGradient(PyObject*self); -SRECT bbox_getBBox(PyObject*self); +SRECT bbox_getSRECT(PyObject*self); MATRIX matrix_getMatrix(PyObject*self); extern PyMethodDef* primitive_getMethods();