add rect
This commit is contained in:
parent
2ab939a205
commit
d5a96f6e38
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue