summaryrefslogtreecommitdiff
path: root/apps/gui/textarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/textarea.h')
-rw-r--r--apps/gui/textarea.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/gui/textarea.h b/apps/gui/textarea.h
index 3f16dd440c..5e770eac38 100644
--- a/apps/gui/textarea.h
+++ b/apps/gui/textarea.h
@@ -43,16 +43,6 @@ extern void gui_textarea_clear(struct screen * display);
43extern void gui_textarea_update(struct screen * display); 43extern void gui_textarea_update(struct screen * display);
44 44
45/* 45/*
46 * Displays message lines on the given screen
47 * - display : the screen structure
48 * - message : the lines to display
49 * - ystart : the lineon which we start displaying
50 * returns : the number of lines effectively displayed
51 */
52extern int gui_textarea_put_message(struct screen * display,
53 const struct text_message * message,
54 int ystart);
55/*
56 * Compute the number of text lines the display can draw with the current font 46 * Compute the number of text lines the display can draw with the current font
57 * Also updates the char height and width 47 * Also updates the char height and width
58 * - display : the screen structure 48 * - display : the screen structure