diff options
Diffstat (limited to 'gnu/lib/libdialog/ui_objects.h')
-rw-r--r-- | gnu/lib/libdialog/ui_objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/ui_objects.h b/gnu/lib/libdialog/ui_objects.h index db9a12c..b30feb8 100644 --- a/gnu/lib/libdialog/ui_objects.h +++ b/gnu/lib/libdialog/ui_objects.h @@ -53,6 +53,7 @@ typedef struct { int x, y, w, len; /* the (y, x) position of the upperleft */ /* corner and the width <w> of the display */ /* and length <len> of the field */ + int attr_mask; /* special attributes */ } StringObj; typedef struct { |