X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=c757332dd8a9266e39cc3732f89a1106bc2e24a5;hb=45f6d5271226813ac15ecd69118fe6a947996fb6;hp=e575a35aa016ef72fd3619146206058336648ba9;hpb=bfea000a7407e51b5659590415e410a47f6f046b;p=chaz%2Fopenbox 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 */