summaryrefslogtreecommitdiff
path: root/src/layeng/cr-box.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layeng/cr-box.h')
-rw-r--r--src/layeng/cr-box.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/layeng/cr-box.h b/src/layeng/cr-box.h
index 606b18d..d96fe42 100644
--- a/src/layeng/cr-box.h
+++ b/src/layeng/cr-box.h
@@ -82,7 +82,9 @@ typedef struct _CRBoxEdge CRBoxEdge ;
*/
struct _CRBoxEdge
{
- gulong x, y, width, max_width, height, x_offset, y_offset ;
+ gulong x, y, width, max_width,
+ height, x_offset, y_offset,
+ child_rmost_x ;
} ;