summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 7efc38b174..c4a87849b8 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -126,8 +126,8 @@ struct screen
126 void (*putsxy)(int x, int y, const unsigned char *str); 126 void (*putsxy)(int x, int y, const unsigned char *str);
127 void (*puts)(int x, int y, const unsigned char *str); 127 void (*puts)(int x, int y, const unsigned char *str);
128 void (*putsf)(int x, int y, const unsigned char *str, ...); 128 void (*putsf)(int x, int y, const unsigned char *str, ...);
129 void (*puts_scroll)(int x, int y, const unsigned char *string); 129 bool (*puts_scroll)(int x, int y, const unsigned char *string);
130 void (*putsxy_scroll_func)(int x, int y, const unsigned char *string, 130 bool (*putsxy_scroll_func)(int x, int y, const unsigned char *string,
131 void (*scroll_func)(struct scrollinfo *), 131 void (*scroll_func)(struct scrollinfo *),
132 void *data, int x_offset); 132 void *data, int x_offset);
133 void (*scroll_speed)(int speed); 133 void (*scroll_speed)(int speed);