X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fframe.hh;h=7fa7a513fdd7c8194101df19e71e04a1e0799a3b;hb=c5789fea10f24163465292430a068f4d2ae33f39;hp=df353c7d3471fa6d7f750ace6ce69616e8322664;hpb=07305ec7188fd44f7b6543a3f1f53bc0db3b090d;p=chaz%2Fopenbox diff --git a/src/frame.hh b/src/frame.hh index df353c7d..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; } @@ -95,7 +100,7 @@ private: otk::Surface *_icon_sur; otk::Surface *_close_sur; - std::string _layout; // layout of the titlebar + otk::ustring _layout; // layout of the titlebar bool _max_press; bool _desk_press;