summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h6
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 */