From: Dana Jansens Date: Sat, 21 Dec 2002 14:57:45 +0000 (+0000) Subject: add rect X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d5a96f6e380122baa4f68fb3ce621b7c02a58ee9;p=chaz%2Fopenbox add rect --- 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;