]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
redo otk::Property. make it static.
[chaz/openbox] / src / openbox.i
index 657e31b741e2640a4e6c70a74ee67b5b626f73dd..f43856072a006b139dfd94768635d2dabd1c0616 100644 (file)
@@ -109,12 +109,17 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
+%include "../otk/ustring.i"
+
 %ignore otk::display;
 %inline %{
   otk::Display *Display_instance() { return otk::display; }
 %};
 
-%include "../otk/ustring.i"
+%ignore otk::Property::atoms;
+%inline %{
+  const otk::Atoms& Property_atoms() { return otk::Property::atoms; }
+%};
 
 %include "../otk/display.hh"
 %include "../otk/point.hh"
This page took 0.020624 seconds and 4 git commands to generate.