diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-21 14:57:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-21 14:57:45 +0000 |
| commit | d5a96f6e380122baa4f68fb3ce621b7c02a58ee9 (patch) | |
| tree | 35dfa52d8790baa52589d2cca54dae46c80321d9 | |
| parent | 2ab939a205815899da2476273e2f62c9c0b668cf (diff) | |
add rect
| -rw-r--r-- | otk_c/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otk_c/init.c b/otk_c/init.c index a958c4fe..8ea5d4a1 100644 --- a/otk_c/init.c +++ b/otk_c/init.c @@ -19,6 +19,7 @@ static PyMethodDef otk_methods[] = { void initotk(char *display) { + OtkRect_Type.ob_type = &PyType_Type; OtkDisplay_Type.ob_type = &PyType_Type; OtkScreenInfo_Type.ob_type = &PyType_Type; OtkColor_Type.ob_type = &PyType_Type; |
