From 56307d60773d0eaf65b10414cd0e3ec0b2adc156 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 8 Mar 2007 01:26:03 +0000 Subject: a) remove the top_grip_height business from the theme b) make the focus indicator based on border width and padding, not the handle height c) add 2 more windows for the top corners for resizing, much easier to find them now. also base their width on padding, not the handle height or other weird things --- openbox/frame.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index b48c07ca..0d044366 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -95,8 +95,10 @@ struct _ObFrame Window lgrip; Window rgrip; - Window tlresize; - Window trresize; + Window tltresize; + Window tllresize; + Window trtresize; + Window trrresize; Colormap colormap; -- cgit v1.2.3