]> Dogcows Code - chaz/openbox/blobdiff - wrap/ob.i
provide access to the desktop names
[chaz/openbox] / wrap / ob.i
index 33cc5403f0c70714d04cfad592cd14fda2fd687c..7e95f6024ae024d867e01d273eadba684920a54d 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"
@@ -47,6 +45,9 @@
   }
 };
 
+// do this through events
+%ignore ob::Screen::showDesktop(bool);
+
 %import "otk.i"
 
 %import "actions.hh"
This page took 0.021345 seconds and 4 git commands to generate.