X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=wrap%2Fob.i;h=ba59d4d311261cb48407c6696cbf5571e25a4168;hb=059bc4dc24b68d637c3608c05344c53c64cc2c4b;hp=19360a4308e3193507afc23fc44b5f1ee8b3a879;hpb=8cc271604190c5200f34ffc8fee6100759c2fc60;p=chaz%2Fopenbox diff --git a/wrap/ob.i b/wrap/ob.i index 19360a43..ba59d4d3 100644 --- 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,9 +45,14 @@ } }; +// 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"