X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Fprimitives.h;h=f4361f1e63e41a3ee1aff08b1d3e33e23eadb1f3;hb=a893580230f258ff41f1f5eab2f2d257ce90359d;hp=47647e6b77971eb2821f4b36967ab8d2b2f308c2;hpb=3477d799207e51e1cde8d1d8792ae838cc1f2835;p=swftools.git diff --git a/lib/python/primitives.h b/lib/python/primitives.h index 47647e6..f4361f1 100644 --- a/lib/python/primitives.h +++ b/lib/python/primitives.h @@ -23,8 +23,8 @@ #ifndef __primitives_h__ #define __primitives_h__ -#undef HAVE_STAT #include +#undef HAVE_STAT #include "../rfxswf.h" @@ -44,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();