mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[html] enum format_list_flag -> format_list_flag_T
This commit is contained in:
parent
1a8eee4ce4
commit
0f3be4d4fe
@ -95,6 +95,8 @@ enum format_list_flag {
|
||||
P_COMPACT = 8,
|
||||
};
|
||||
|
||||
typedef unsigned char format_list_flag_T;
|
||||
|
||||
struct par_attrib {
|
||||
enum format_align align;
|
||||
int leftmargin;
|
||||
@ -105,7 +107,7 @@ struct par_attrib {
|
||||
int orig_leftmargin;
|
||||
unsigned list_number;
|
||||
int dd_margin;
|
||||
enum format_list_flag flags;
|
||||
format_list_flag_T flags;
|
||||
struct {
|
||||
color_T background;
|
||||
} color;
|
||||
|
Loading…
Reference in New Issue
Block a user