]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
add partial struts tho they arent useful eyt
[chaz/openbox] / openbox / client.h
index 610c8cd4f93e59a03ee3b68bbf5ae9b7d2a35be7..954b7424acece579c27ccacde16fc8736d22b7df 100644 (file)
@@ -106,13 +106,13 @@ struct _ObClient
       is, rather, the position requested by the client, to which the window's
       gravity is applied.
     */
-    Rect    area;
+    Rect area;
 
     /*! The window's strut
       The strut defines areas of the screen that are marked off-bounds for
       window placement. In theory, where this window exists.
     */
-    Strut   strut;
+    StrutPartial strut;
      
     /*! The logical size of the window
       The "logical" size of the window is refers to the user's perception of
@@ -120,7 +120,7 @@ struct _ObClient
       user. For example, with xterms, this value it the number of characters
       being displayed in the terminal, instead of the number of pixels.
     */
-    Size   logical_size;
+    Size logical_size;
 
     /*! Width of the border on the window.
       The window manager will set this to 0 while the window is being managed,
This page took 0.021129 seconds and 4 git commands to generate.