]> Dogcows Code - chaz/openbox/blobdiff - wrap/ob.i
plugins work.
[chaz/openbox] / wrap / ob.i
index 7fbd8e83e3d914b45ec33c8501c0d1ff967a7b46..b6c9461e7cd23adab3edcf7eb1b6ebb9d54a4edd 100644 (file)
--- a/wrap/ob.i
+++ b/wrap/ob.i
@@ -32,14 +32,17 @@ void send_client_msg(Window target, Atom type, Window about,
 %include "ob_client.i"
 %include "ob_frame.i"
 %include "ob_python.i"
-%include "callback.i"
+%include "ob_callback.i"
 
-%import "otk.i"
 // for Window etc
 %import "X11/X.h"
 
 %inline %{
 #include <string>
+#include "bindings.hh"
+#include "otk/display.hh"
+#include "otk/screeninfo.hh"
+#include "otk/util.hh"
 
 void set_reset_key(const std::string &key)
 {
This page took 0.021451 seconds and 4 git commands to generate.