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