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:
9351d5f
)
set ob_type for FillStyle/LineStyle.
author
kramm
<kramm>
Sat, 5 Feb 2005 19:41:21 +0000
(19:41 +0000)
committer
kramm
<kramm>
Sat, 5 Feb 2005 19:41:21 +0000
(19:41 +0000)
lib/python/primitives.c
patch
|
blob
|
history
diff --git
a/lib/python/primitives.c
b/lib/python/primitives.c
index
008c84a
..
7a8a717
100644
(file)
--- a/
lib/python/primitives.c
+++ b/
lib/python/primitives.c
@@
-631,6
+631,8
@@
PyMethodDef* primitive_getMethods()
CXFormClass.ob_type = &PyType_Type;
BBoxClass.ob_type = &PyType_Type;
MatrixClass.ob_type = &PyType_Type;
+ FillStyleClass.ob_type = &PyType_Type;
+ LineStyleClass.ob_type = &PyType_Type;
return primitive_methods;
}