From 1b7c2dac9ed1f77e1b89c8c99e605a5c7d986f2c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 May 2007 06:45:02 +0000 Subject: draw the handle without borders --- openbox/frame.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'openbox/frame.h') 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; -- cgit v1.2.3