summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey.h')
-rw-r--r--apps/plugins/lib/grey.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h
index 8f8de9db99..8c9d40ab8d 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -106,6 +106,7 @@ void grey_ub_gray_bitmap_part(const unsigned char *src, int src_x, int src_y,
106 int stride, int x, int y, int width, int height); 106 int stride, int x, int y, int width, int height);
107void grey_ub_gray_bitmap(const unsigned char *src, int x, int y, int width, 107void grey_ub_gray_bitmap(const unsigned char *src, int x, int y, int width,
108 int height); 108 int height);
109extern const struct custom_format format_grey;
109 110
110/* Text */ 111/* Text */
111void grey_putsxyofs(int x, int y, int ofs, const unsigned char *str); 112void grey_putsxyofs(int x, int y, int ofs, const unsigned char *str);