X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fframe.h;h=70855b1b8156e79d4c8f5dd6cc856ece627b07aa;hb=5f7ffb00ba0050de28e915f6dcbd711b03eec938;hp=b48c07cacfee521bca50146f395976ba57fd2fd4;hpb=80a6f06c0a3d6de2c7d94066c5a9764b97a600af;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index b48c07ca..70855b1b 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -76,6 +76,7 @@ struct _ObFrame Strut size; Rect area; gboolean visible; + gboolean firstmap; /*! Whether the window is obscured at all or fully visible. */ gboolean obscured; @@ -95,8 +96,10 @@ struct _ObFrame Window lgrip; Window rgrip; - Window tlresize; - Window trresize; + Window tltresize; + Window tllresize; + Window trtresize; + Window trrresize; Colormap colormap;