all repos — openbox @ 0a4391e55ef63f6ac6d67aa975abbcc0ad014d67

openbox fork - make it a bit more like ryudo

nicer
Dana Jansens danakj@orodu.net
commit

0a4391e55ef63f6ac6d67aa975abbcc0ad014d67

parent

cca7a6762d273815947bd5c7cc58ab6713693e8e

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

jump to
M otk_c/rect.cotk_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;