From 9b33f7ded69e22ad18169c45b6b340dcb348e072 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 19:54:37 +0000 Subject: stop using python internally. add an event dispatcher --- openbox/client.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/client.h') 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 #include -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; -- cgit v1.2.3