diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 23:21:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 23:21:47 +0000 |
| commit | d0013c0861e29433de10a849032382534c8e1659 (patch) | |
| tree | 205dd33cce032cdbb5ae587949a8015d1d6da046 /openbox/frame.h | |
| parent | b4eecc51b55509a0b9c8b5f8cdd536f6b668af58 (diff) | |
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.
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
