]> Dogcows Code - chaz/openbox/commitdiff
add rect
authorDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 14:57:45 +0000 (14:57 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 14:57:45 +0000 (14:57 +0000)
otk_c/init.c

index a958c4fe1a50f2b53359ce3887b6467d8b422b7e..8ea5d4a1d6fbbe9087356fcf32958201fddf0171 100644 (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;
This page took 0.021586 seconds and 4 git commands to generate.