This commit is contained in:
Dana Jansens 2002-12-21 14:57:45 +00:00
parent 2ab939a205
commit d5a96f6e38

View file

@ -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;