X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=wrap%2Fob.i;h=ba59d4d311261cb48407c6696cbf5571e25a4168;hb=50002f2ceb4234145f3977bb14752dc930ada26c;hp=33cc5403f0c70714d04cfad592cd14fda2fd687c;hpb=5adb8c82d19a4a7fbd740e24acf2260ed7ab519c;p=chaz%2Fopenbox diff --git a/wrap/ob.i b/wrap/ob.i index 33cc5403..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,6 +45,12 @@ } }; +// do this through events +%ignore ob::Screen::showDesktop(bool); + +%ignore ob::Screen::managed; +%ignore ob::Screen::config; + %import "otk.i" %import "actions.hh"