X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=0691821c7dc54b3b6787d876b893671dbe3075ea;hb=a9b411ce84bb67c4594efe7b286367010d5c3d82;hp=af0da97582da0a5f8a80eca1e59250d5c14c9658;hpb=e473ec2b60e421bfad38543f85b922a0921203f9;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index af0da975..0691821c 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -162,8 +162,10 @@ struct _ObFrame gint close_x; /* x-position of the window close button */ gint bwidth; /* border width */ gint rbwidth; /* border width between the title and client */ - gint cbwidth_x; /* client border width */ - gint cbwidth_y; /* client border width */ + gint cbwidth_l; /* client border width */ + gint cbwidth_t; /* client border width */ + gint cbwidth_r; /* client border width */ + gint cbwidth_b; /* client border width */ gboolean max_horz; /* when maxed some decorations are hidden */ gboolean max_vert; /* when maxed some decorations are hidden */