From d0013c0861e29433de10a849032382534c8e1659 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Apr 2007 23:21:47 +0000 Subject: add a window between the frame and the plate for drawing the client border. this way when the client window disappears, nothing gets rendered underneath it. --- openbox/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index 90902fc6..e4734e76 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -83,6 +83,7 @@ struct _ObFrame guint decorations; gboolean max_horz; + Window inner; /*!< The window for drawing the inner client border */ Window title; Window label; Window max; -- cgit v1.2.3