]> Dogcows Code - chaz/openbox/blobdiff - wrap/ob.i
add a Config class with config data from the scripts.
[chaz/openbox] / wrap / ob.i
index 19360a4308e3193507afc23fc44b5f1ee8b3a879..ba59d4d311261cb48407c6696cbf5571e25a4168 100644 (file)
--- a/wrap/ob.i
+++ b/wrap/ob.i
@@ -3,9 +3,7 @@
 %module ob
 
 %{
-#ifdef HAVE_CONFIG_H
-#  include "../config.h"
-#endif
+#include "config.h"
 
 #include "frame.hh"
 #include "openbox.hh"
   }
 };
 
+// do this through events
+%ignore ob::Screen::showDesktop(bool);
+
+%ignore ob::Screen::managed;
+%ignore ob::Screen::config;
+
 %import "otk.i"
 
-%import "widgetbase.hh"
 %import "actions.hh"
 
 %include "openbox.hh"
This page took 0.023427 seconds and 4 git commands to generate.