X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=442e7107b84431fb67ac9f9552542371ef27e0d7;hb=7abaa532e36946ca16a19ed4825cbf2572849c45;hp=b41f0644d01bd0acae0ceb49bff5ac246e8989e7;hpb=7f561a6a7acee71d55eecc9ed2bd278147ce2536;p=chaz%2Fopenbox 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;