diff -r 0ebf9d7b23e8 -r 8ea123dd89db ui/motif/Grid.h --- a/ui/motif/Grid.h Wed Dec 04 18:31:22 2024 +0100 +++ b/ui/motif/Grid.h Wed Dec 04 20:36:16 2024 +0100 @@ -80,6 +80,8 @@ int margin_bottom; int max_col; int max_row; + + Boolean sizerequest; } GridPart; typedef struct GridRec {