Added the macro NULL_QuickWidget for safer declarations of arrays of QuickWidgets.

This commit is contained in:
Roland Illig 2004-08-15 18:17:40 +00:00
parent bd00bef955
commit fea3a45fff
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ typedef struct {
char **str_result; /* Input lines: destination */
char *histname; /* Name of the section for saving history */
} QuickWidget;
#define NULL_QuickWidget { 0, 0, 0, 0, 0, NULL, 0, 0, NULL, NULL, NULL }
typedef struct {
int xlen, ylen;