all repos — openbox @ 4b443976da29f3ef83b26d4e9df5e6bfe30945d3

openbox fork - make it a bit more like ryudo

move the extern OtkRect_Type to the .h
Dana Jansens danakj@orodu.net
commit

4b443976da29f3ef83b26d4e9df5e6bfe30945d3

parent

fed74a940e39350f98cf94c36bd24935870af58d

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

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

@@ -3,8 +3,6 @@

#include "../config.h" #include "rect.h" -extern PyTypeObject OtkRect_Type; - PyObject *OtkRect_New(int x, int y, int width, int height) { OtkRect* self = PyObject_New(OtkRect, &OtkRect_Type);