From b2babc8b0a97b68791304ce899d10a4835db45fb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 18:43:51 +0000 Subject: rm the obsetroot tool and the wrap shit from swig --- wrap/ob_openbox.i | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 wrap/ob_openbox.i (limited to 'wrap/ob_openbox.i') diff --git a/wrap/ob_openbox.i b/wrap/ob_openbox.i deleted file mode 100644 index 48cfa905..00000000 --- a/wrap/ob_openbox.i +++ /dev/null @@ -1,35 +0,0 @@ -// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- - -%module ob_openbox - -%{ -#include "config.h" -#include "openbox.hh" -%} - -%include "ob_screen.i" -%include "ob_client.i" -%include "std_string.i" - -namespace ob { - -%ignore Cursors; - -%immutable openbox; - -%ignore Openbox::Openbox(int, char **); -%ignore Openbox::~Openbox(); -%ignore Openbox::actions() const; -%ignore Openbox::bindings() const; -%ignore Openbox::cursors() const; -%ignore Openbox::eventLoop(); -%ignore Openbox::addClient(Window, Client*); -%ignore Openbox::removeClient(Window); -%ignore Openbox::setFocusedClient(Client*); -%ignore Openbox::doRestart() const; -%ignore Openbox::restartProgram() const; - -} - -%import "../otk/eventdispatcher.hh" -%include "openbox.hh" -- cgit v1.2.3