X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.i;h=66ec8ee6b4dc0912280c4d280aa535a5d880e540;hb=b99508df011eaf8a264bf5725ac8849f0782ec7b;hp=ef86b9bcceb725fc3bae125ae83f08551f6745bd;hpb=cdcc526a0274cace9f542960fe4eee4ddcc23d31;p=chaz%2Fopenbox diff --git a/src/openbox.i b/src/openbox.i index ef86b9bc..66ec8ee6 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -7,6 +7,7 @@ # include "../config.h" #endif +#include "frame.hh" #include "openbox.hh" #include "screen.hh" #include "client.hh" @@ -109,9 +110,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" @@ -123,12 +132,14 @@ void python_callback(PyObject *func, KeyData *data) %include "../otk/eventhandler.hh" %include "../otk/eventdispatcher.hh" +%import "../otk/widget.hh" %import "widgetbase.hh" %import "actions.hh" %include "openbox.hh" %include "screen.hh" %include "client.hh" +%include "frame.hh" %include "python.hh" // for Mod1Mask etc