git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65909e7
)
bbox_getBBox is now called bbox_getSRECT
author
kramm
<kramm>
Sat, 22 May 2004 00:05:20 +0000
(
00:05
+0000)
committer
kramm
<kramm>
Sat, 22 May 2004 00:05:20 +0000
(
00:05
+0000)
lib/python/primitives.h
patch
|
blob
|
history
diff --git
a/lib/python/primitives.h
b/lib/python/primitives.h
index
694a8ab
..
f4361f1
100644
(file)
--- a/
lib/python/primitives.h
+++ b/
lib/python/primitives.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();