]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
save decor and functions per client for fullscreening!
[chaz/openbox] / openbox / client.h
index e575a35aa016ef72fd3619146206058336648ba9..c757332dd8a9266e39cc3732f89a1106bc2e24a5 100644 (file)
@@ -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 */
This page took 0.025026 seconds and 4 git commands to generate.