From: Dana Jansens Date: Sat, 21 Dec 2002 14:57:59 +0000 (+0000) Subject: add the OtkRect_Type extern X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=fed74a940e39350f98cf94c36bd24935870af58d;p=chaz%2Fopenbox add the OtkRect_Type extern --- diff --git a/otk_c/rect.h b/otk_c/rect.h index c32daa7a..07a85f9e 100644 --- a/otk_c/rect.h +++ b/otk_c/rect.h @@ -1,9 +1,11 @@ -// -*- mode: C; indent-tabs-mode: nil; -*- +// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- #ifndef __rect_h #define __rect_h #include +extern PyTypeObject OtkRect_Type; + typedef struct OtkRect { PyObject_HEAD int x, y, width, height;