mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[color] Missing declaration
This commit is contained in:
parent
927fe10c6a
commit
4c775291c0
@ -51,10 +51,11 @@ void add_dlg_text(struct dialog *dlg, char *text,
|
|||||||
|
|
||||||
extern const struct widget_ops text_ops;
|
extern const struct widget_ops text_ops;
|
||||||
|
|
||||||
void dlg_format_text_do_node(struct dialog_data *dlg_data,
|
void dlg_format_text_do(struct dialog_data *dlg_data,
|
||||||
const char *text, int x, int *y, int w, int *rw,
|
const char *text,
|
||||||
unsigned int scolor_node, format_align_T align, int format_only);
|
int x, int *y, int width, int *real_width,
|
||||||
|
struct color_pair *color, format_align_T align,
|
||||||
|
int format_only);
|
||||||
|
|
||||||
void
|
void
|
||||||
dlg_format_text(struct dialog_data *dlg_data, struct widget_data *widget_data,
|
dlg_format_text(struct dialog_data *dlg_data, struct widget_data *widget_data,
|
||||||
|
Loading…
Reference in New Issue
Block a user