]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
check for the python cflags and libs
[chaz/openbox] / src / openbox.i
index dd1368a06e78be074ad5962b1ac9250a0ca80bcb..7422d0a198f16d4b7ccec3e747f358a4f4f0a284 100644 (file)
@@ -107,6 +107,11 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
+%ignore otk::OBDisplay::display;
+%inline %{
+  Display *OBDisplay_display() { return otk::OBDisplay::display; }
+%};
+
 %include "../otk/display.hh"
 %include "../otk/point.hh"
 %include "../otk/property.hh"
This page took 0.020653 seconds and 4 git commands to generate.