]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
otk::Timer-ng!! thanks ManMower for this shizznit!
[chaz/openbox] / src / openbox.i
index 59dbecdd20bc32396eb381e5a9597fbbe17e6903..657e31b741e2640a4e6c70a74ee67b5b626f73dd 100644 (file)
@@ -90,6 +90,8 @@ void python_callback(PyObject *func, KeyData *data)
 }
 %}
 
+#ignore ob::openbox;
+
 %ignore ob::Screen::clients;
 %{
   #include <iterator>
@@ -107,9 +109,9 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
-%ignore otk::Display::display;
+%ignore otk::display;
 %inline %{
-  Display *Display_display() { return otk::Display::display; }
+  otk::Display *Display_instance() { return otk::display; }
 %};
 
 %include "../otk/ustring.i"
This page took 0.023222 seconds and 4 git commands to generate.