diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-02 06:25:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-02 06:25:32 +0000 |
| commit | 4cd886e5188549ab48a11b70cb40b65efe916b6c (patch) | |
| tree | 9d5ea2dcbfa9e684a430d842e1331ee67b15b793 /openbox/client.h | |
| parent | 960a7f0184a84f99545fa2d3dd22cefc77f2cbc6 (diff) | |
add partial struts tho they arent useful eyt
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/client.h b/openbox/client.h index 610c8cd4..954b7424 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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, |
