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:
ef0c7e7
)
added TODO comment.
author
kramm
<kramm>
Thu, 30 Dec 2004 19:11:37 +0000
(19:11 +0000)
committer
kramm
<kramm>
Thu, 30 Dec 2004 19:11:37 +0000
(19:11 +0000)
lib/python/tags.c
patch
|
blob
|
history
diff --git
a/lib/python/tags.c
b/lib/python/tags.c
index
2196b99
..
ee86831
100644
(file)
--- a/
lib/python/tags.c
+++ b/
lib/python/tags.c
@@
-83,6
+83,8
@@
static tag_internals_t font_tag =
typedef struct _placeobject_internal
{
SWFPLACEOBJECT* po;
+
+ //PyObject*character //TODO
} placeobject_internal_t;
staticforward tag_internals_t placeobject_tag;