all repos — openbox @ fed74a940e39350f98cf94c36bd24935870af58d

openbox fork - make it a bit more like ryudo

add the OtkRect_Type extern
Dana Jansens danakj@orodu.net
commit

fed74a940e39350f98cf94c36bd24935870af58d

parent

d5a96f6e380122baa4f68fb3ce621b7c02a58ee9

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

jump to
M otk_c/rect.hotk_c/rect.h

@@ -1,8 +1,10 @@

-// -*- mode: C; indent-tabs-mode: nil; -*- +// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- #ifndef __rect_h #define __rect_h #include <Python.h> + +extern PyTypeObject OtkRect_Type; typedef struct OtkRect { PyObject_HEAD