diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-20 21:52:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-20 21:52:49 +0000 |
| commit | 45f6d5271226813ac15ecd69118fe6a947996fb6 (patch) | |
| tree | b712af32b56f48578d626066c8db2a43c462137f /openbox/client.h | |
| parent | f76b26e4ad3b8a1e13478e855b1f8b286df7e83d (diff) | |
save decor and functions per client for fullscreening!
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index e575a35a..c757332d 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -269,6 +269,12 @@ typedef struct Client { */ int functions; + /*! Saved decorations from before becoming fullscreen */ + int pre_fs_decor; + + /*! Saved functions from before becoming fullscreen */ + int pre_fs_func; + /*! Icons for the client as specified on the client window */ Icon *icons; /*! The number of icons in icons */ |
