diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 16:14:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 16:14:21 +0000 |
| commit | ae5b2dcf867f5cd15cdcbbbed2cc2985416c8c71 (patch) | |
| tree | 0339ac9a93a81373e63f60967bc7e8b041f657cc /gnu/lib/libdialog/ui_objects.h | |
| parent | 89c1d5dcd91f756fcd5518a42c594243268519ae (diff) | |
Notes
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 db9a12c18516..b30feb886672 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 { |
