aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lxdialog/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lxdialog/dialog.h')
-rw-r--r--scripts/lxdialog/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lxdialog/dialog.h b/scripts/lxdialog/dialog.h
index 3cf3d3526ef0..f882204cb3c2 100644
--- a/scripts/lxdialog/dialog.h
+++ b/scripts/lxdialog/dialog.h
@@ -145,6 +145,7 @@ void dialog_clear(void);
145void color_setup(void); 145void color_setup(void);
146void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 146void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
147void print_button(WINDOW * win, const char *label, int y, int x, int selected); 147void print_button(WINDOW * win, const char *label, int y, int x, int selected);
148void print_title(WINDOW *dialog, const char *title, int width);
148void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 149void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
149 chtype border); 150 chtype border);
150void draw_shadow(WINDOW * win, int y, int x, int height, int width); 151void draw_shadow(WINDOW * win, int y, int x, int height, int width);