diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-19 02:31:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-19 02:31:35 +0000 |
| commit | 1e47e17d08d72d181edc2bde598ad246055655ad (patch) | |
| tree | 802fe2d6d12b8ea9059fcd03e1541d24ab58c74b /src/frame.hh | |
| parent | 04494f100baac2df9785d05d3487d6193f8545fe (diff) | |
make parentrelative decorations work
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frame.hh b/src/frame.hh index 45916a1d..7fa7a513 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -32,6 +32,11 @@ struct FrameGeometry { int label_height() { return font_height; } int handle_height; // static, from the style int icon_x; // x-position of the window icon button + int title_x; // x-position of the window title + int iconify_x; // x-position of the window iconify button + int desktop_x; // x-position of the window all-desktops button + int max_x; // x-position of the window maximize button + int close_x; // x-position of the window close button int handle_y; int button_size; // static, from the style int grip_width() { return button_size * 2; } |
