]> Dogcows Code - chaz/openbox/blobdiff - src/frame.hh
hack so text shows up
[chaz/openbox] / src / frame.hh
index 45916a1d9a3b1391bc02b92a15eaff947d2f85f4..7fa7a513fdd7c8194101df19e71e04a1e0799a3b 100644 (file)
@@ -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; }
This page took 0.02374 seconds and 4 git commands to generate.