diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:37:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:37:32 +0000 |
| commit | b58268e01a98ed7900de07318b1c8a64cf8f8ecd (patch) | |
| tree | 643ed7fbb725ade8a4cefd0ecae3166fa0fa2c21 /openbox/client.h | |
| parent | 07d48062395604c1dfeea214993d48476976f8e9 (diff) | |
make fullscreen decorations and functions be calculated by the setup_decor_and_functions func
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/client.h b/openbox/client.h index 3ab555b0..36e1b238 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -276,12 +276,6 @@ 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 */ |
