summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 19:54:37 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 19:54:37 +0000
commit9b33f7ded69e22ad18169c45b6b340dcb348e072 (patch)
tree521a3f9eedba1baf94a5480ea32c628439dafd3d /openbox/client.h
parent055b459cdf8e8f15d17cb3366cfde31406fa6223 (diff)
stop using python internally. add an event dispatcher
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.h b/openbox/client.h
index b41f0644..442e7107 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -6,7 +6,6 @@
#include <glib.h>
#include <X11/Xlib.h>
-struct ClientWrap;
struct Frame;
@@ -279,9 +278,6 @@ typedef struct Client {
Pixmap pixmap_icon;
/*! The mask for the pixmap_icon, or None if its not masked */
Pixmap pixmap_icon_mask;
-
- /* The instance of the wrapper class if one exists */
- struct ClientWrap *wrap;
} Client;
extern GSList *client_list;