From d5a96f6e380122baa4f68fb3ce621b7c02a58ee9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 14:57:45 +0000 Subject: [PATCH] add rect --- otk_c/init.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2