]> Dogcows Code - chaz/openbox/blobdiff - otk/otk.i
use client messages to switch desktops/move windows between desktops
[chaz/openbox] / otk / otk.i
index fc5a4c5f23eb160b55439c79d7e3691774296b1e..399d89e028d1988407c452bfcd91d311192d196c 100644 (file)
--- a/otk/otk.i
+++ b/otk/otk.i
 #include "widget.hh"
 %}
 
-%include stl.i
+%include "stl.i"
 //%include std_list.i
 
+%ignore otk::OBDisplay::display;
+%inline %{
+  Display *OBDisplay_display() { return otk::OBDisplay::display; }
+%};
+
 namespace otk {
 %rename(setValue_bool) Configuration::setValue(std::string const &,bool);
 %rename(setValue_unsigned) Configuration::setValue(const std::string &, unsigned int);
@@ -99,3 +104,6 @@ namespace otk {
 %include "timerqueue.hh"
 %include "timerqueuemanager.hh"
 %include "util.hh"
+
+// for Mod1Mask etc
+%include "X11/X.h"
This page took 0.020403 seconds and 4 git commands to generate.