diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-25 08:49:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-25 08:49:48 +0000 |
| commit | 5186d04c613056c44490bd3f6766fd969e83305a (patch) | |
| tree | 9aeffc747a22a4ca090d260c4bcf5ee86755ab1b /openbox/frame.h | |
| parent | 584656d96a23ee5f0717b75c165f124c6aafd13d (diff) | |
better handling of maximizing, wrt changing decorations on the windows, and showing the correct decor for the max state especially for windows which dont change size (Xnest) when maximized cuz they are at their maximum size already
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 333580b4..572d18b6 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -59,6 +59,7 @@ struct _ObFrame gboolean obscured; guint decorations; + gboolean max_horz; Window title; Window label; |
