]> Dogcows Code - chaz/openbox/blobdiff - wrap/callback.i
split the ob module into separate .i's
[chaz/openbox] / wrap / callback.i
index 5a414b44dcd6165f9f9c7ba787e6f07a9c00432a..b13a3e9d14167a0a55d2709273d7e6b952944345 100644 (file)
@@ -1,5 +1,7 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
+%include "std_string.i"
+
 %{
 /*
   Calls a python callback for the MouseCallback function type
@@ -100,6 +102,8 @@ static void PythonEventCallback(ob::EventData *data, void *pyfunc)
 }
 
 %inline %{
+#include "bindings.hh"
+  
 bool mbind(const std::string &button, ob::MouseContext::MC context,
            ob::MouseAction::MA action, PyObject *func)
 {
This page took 0.022697 seconds and 4 git commands to generate.