mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Use (correct) type enum form_mode for struct text_attrib field select_disabled.
This commit is contained in:
parent
192c2a9e12
commit
a5548fadd2
@ -3,6 +3,7 @@
|
||||
#define EL__DOCUMENT_HTML_PARSER_H
|
||||
|
||||
#include "document/format.h"
|
||||
#include "document/forms.h"
|
||||
#include "intl/charsets.h" /* unicode_val_T */
|
||||
#include "util/align.h"
|
||||
#include "util/color.h"
|
||||
@ -53,7 +54,7 @@ struct text_attrib {
|
||||
#endif
|
||||
|
||||
unsigned char *select;
|
||||
int select_disabled;
|
||||
enum form_mode select_disabled;
|
||||
unsigned int tabindex;
|
||||
unicode_val_T accesskey;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user