X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fframe.h;h=956c0258c59e71044bf9377ba84758b8ca4dd950;hb=1b7c2dac9ed1f77e1b89c8c99e605a5c7d986f2c;hp=cf7c7e2023e19e4953d4ffff20699ffa4ba4f03a;hpb=0353b979c66bc07432296d80acc61b6bbef5f623;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index cf7c7e20..956c0258 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -107,8 +107,18 @@ struct _ObFrame Window titletopright; Window titleright; Window titlebottom; - Window leftresize; - Window rightresize; + Window left; + Window right; + Window handleleft; + Window handletop; + Window handleright; + Window handlebottom; + Window lgriptop; + Window lgripleft; + Window lgripbottom; + Window rgriptop; + Window rgripright; + Window rgripbottom; /* These are resize handles inside the titlebar */ Window topresize;