all repos — openbox @ 6f0581627ad9e08bb0345c1f6e55dd64a113405b

openbox fork - make it a bit more like ryudo

add the Frame class
Dana Jansens danakj@orodu.net
commit

6f0581627ad9e08bb0345c1f6e55dd64a113405b

parent

d911b4b15424aa283a7a309a38d0033a61f151b1

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/openbox.isrc/openbox.i

@@ -7,6 +7,7 @@ #ifdef HAVE_CONFIG_H

# include "../config.h" #endif +#include "frame.hh" #include "openbox.hh" #include "screen.hh" #include "client.hh"

@@ -131,12 +132,14 @@

%include "../otk/eventhandler.hh" %include "../otk/eventdispatcher.hh" +%import "../otk/widget.hh" %import "widgetbase.hh" %import "actions.hh" %include "openbox.hh" %include "screen.hh" %include "client.hh" +%include "frame.hh" %include "python.hh" // for Mod1Mask etc