X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=36e1b23820bab9a382235b624c115dd3c21c5484;hb=db251b082845b3dd9181bc556a7a55f2113fb315;hp=18f1b23aefe74b582351d6c46f8f22d28cdac9a1;hpb=cb444e37d21009b0e32705901836f77b08f4c5aa;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 18f1b23a..36e1b238 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -11,7 +11,7 @@ struct Group; /* The value in client.transient_for indicating it is a transient for its group instead of for a single window */ -#define TRAN_GROUP ((void*)~0ul) +#define TRAN_GROUP ((void*)~0l) /*! Holds an icon in ARGB format */ typedef struct Icon { @@ -276,12 +276,6 @@ typedef struct Client { */ int functions; - /*! Saved decorations from before becoming fullscreen */ - int pre_fs_decor; - - /*! Saved functions from before becoming fullscreen */ - int pre_fs_func; - /*! Icons for the client as specified on the client window */ Icon *icons; /*! The number of icons in icons */