]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
add alt-tab to the default bindings
[chaz/openbox] / src / openbox.i
index f43856072a006b139dfd94768635d2dabd1c0616..7ab588e1c4516a751de50bcd75bf8a2aed1e2763 100644 (file)
@@ -1,12 +1,13 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-%module openbox
+%module ob
 
 %{
 #ifdef HAVE_CONFIG_H
 #  include "../config.h"
 #endif
 
+#include "frame.hh"
 #include "openbox.hh"
 #include "screen.hh"
 #include "client.hh"
@@ -131,12 +132,14 @@ void python_callback(PyObject *func, KeyData *data)
 %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
This page took 0.02025 seconds and 4 git commands to generate.