]> Dogcows Code - chaz/openbox/blobdiff - otk_c/rect.h
use the right lib
[chaz/openbox] / 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.022482 seconds and 4 git commands to generate.