From 45f6d5271226813ac15ecd69118fe6a947996fb6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 20 Mar 2003 21:52:49 +0000 Subject: save decor and functions per client for fullscreening! --- openbox/client.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbox/client.h') 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 */ -- cgit v1.2.3