diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 18:59:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 18:59:35 +0000 |
| commit | 069e9607fa433190307bb8242294a109e88165de (patch) | |
| tree | 3e65749cd6a9408394d2369071da29c6a131b816 /openbox/frame.h | |
| parent | d085756572ae13035f69ab6fd3f7c9556d155e9c (diff) | |
add decoration state to the frame struct. make client_configure adjust the frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client.
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 bfce4a7d..2720de91 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -37,6 +37,7 @@ typedef struct Frame { Strut size; Rect area; gboolean visible; + int decorations; Window title; Window label; |
