]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
new raise/lower window code. only restacks 2 windows (1 move) at a time, ever. ManMow...
[chaz/openbox] / src / openbox.i
index 59dbecdd20bc32396eb381e5a9597fbbe17e6903..f43856072a006b139dfd94768635d2dabd1c0616 100644 (file)
@@ -90,6 +90,8 @@ void python_callback(PyObject *func, KeyData *data)
 }
 %}
 
+#ignore ob::openbox;
+
 %ignore ob::Screen::clients;
 %{
   #include <iterator>
@@ -107,12 +109,17 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
-%ignore otk::Display::display;
+%include "../otk/ustring.i"
+
+%ignore otk::display;
 %inline %{
-  Display *Display_display() { return otk::Display::display; }
+  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.023517 seconds and 4 git commands to generate.