From 8b3c8b63811bf7c8323c8eb498588f507917b96f Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 30 Dec 2004 19:11:37 +0000 Subject: [PATCH] added TODO comment. --- lib/python/tags.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/tags.c b/lib/python/tags.c index 2196b99..ee86831 100644 --- 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; -- 1.7.10.4