nicer
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
otk_c/rect.c
→
otk_c/rect.c
@@ -7,9 +7,7 @@ extern PyTypeObject OtkRect_Type;
PyObject *OtkRect_New(int x, int y, int width, int height) { - OtkRect* self; - - self = PyObject_New(OtkRect, &OtkRect_Type); + OtkRect* self = PyObject_New(OtkRect, &OtkRect_Type); self->x = x; self->y = y;