sprite support.
[swftools.git] / lib / python / primitives.h
index 47647e6..f4361f1 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef __primitives_h__
 #define __primitives_h__
 
-#undef HAVE_STAT
 #include <Python.h>
+#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();