]> Dogcows Code - chaz/openbox/commitdiff
add the OtkRect_Type extern
authorDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 14:57:59 +0000 (14:57 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 14:57:59 +0000 (14:57 +0000)
otk_c/rect.h

index c32daa7a8d1d82b8744e7824de9e8493a629159e..07a85f9eb696d221eea2037c12b139991ae5ed08 100644 (file)
@@ -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 <Python.h>
 
+extern PyTypeObject OtkRect_Type;
+
 typedef struct OtkRect {
   PyObject_HEAD
   int x, y, width, height;
This page took 0.022543 seconds and 4 git commands to generate.