diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 22:04:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 22:04:20 +0000 |
| commit | df3d926cb2da067f323d3fd839bbcd759ddf92c4 (patch) | |
| tree | e0e8f306d88f22ad5e22785df23c8969e9730a2b /openbox/clientwrap.h | |
| parent | 75b07a2bb3b98d581b39d3991cf1e9068452264a (diff) | |
rming almost all the old python stuffs
Diffstat (limited to 'openbox/clientwrap.h')
| -rw-r--r-- | openbox/clientwrap.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/openbox/clientwrap.h b/openbox/clientwrap.h deleted file mode 100644 index b20ca914..00000000 --- a/openbox/clientwrap.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef __clientwrap_h -#define __clientwrap_h - -#include <Python.h> - -struct Client; - -/* ClientWrap is a PyObject */ -typedef struct ClientWrap { - PyObject_HEAD - struct Client *client; -} ClientWrap; - -void clientwrap_startup(); -void clientwrap_shutdown(); - -PyObject *clientwrap_new(struct Client *client); - -#endif |
