X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=wrap%2Fob.i;h=7e95f6024ae024d867e01d273eadba684920a54d;hb=b18959e1bda52f807f62c95772c69ce3005215a7;hp=19360a4308e3193507afc23fc44b5f1ee8b3a879;hpb=8cc271604190c5200f34ffc8fee6100759c2fc60;p=chaz%2Fopenbox diff --git a/wrap/ob.i b/wrap/ob.i index 19360a43..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,9 +45,11 @@ } }; +// do this through events +%ignore ob::Screen::showDesktop(bool); + %import "otk.i" -%import "widgetbase.hh" %import "actions.hh" %include "openbox.hh"