all repos — openbox @ d5a96f6e380122baa4f68fb3ce621b7c02a58ee9

openbox fork - make it a bit more like ryudo

add rect
Dana Jansens danakj@orodu.net
commit

d5a96f6e380122baa4f68fb3ce621b7c02a58ee9

parent

2ab939a205815899da2476273e2f62c9c0b668cf

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M otk_c/init.cotk_c/init.c

@@ -19,6 +19,7 @@ };

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;