]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Remember the maximized state of a window when it goes fullscreen and try restore...
[chaz/openbox] / openbox / client.h
index 7370efcfb33351a961b076e680f088b2464ec9ad..5830066efd5c78508feda3864190052cb360fe05 100644 (file)
@@ -147,6 +147,9 @@ struct _ObClient
     Rect pre_max_area;
     /*! Position and size of the window prior to being fullscreened */
     Rect pre_fullscreen_area;
+    /*! Remember if the window was maximized before going fullscreen */
+    gboolean pre_fullscreen_max_horz,
+             pre_fullscreen_max_vert;
 
     /*! The window's strut
       The strut defines areas of the screen that are marked off-bounds for
This page took 0.020644 seconds and 4 git commands to generate.