From b014342841485737424bee31840fd848fa706536 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 19 Nov 2020 20:03:54 +0100 Subject: Added some color --- libgui/inc/gfx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgui/inc') diff --git a/libgui/inc/gfx.h b/libgui/inc/gfx.h index 58a03cb..0f4c631 100644 --- a/libgui/inc/gfx.h +++ b/libgui/inc/gfx.h @@ -66,7 +66,8 @@ struct context { struct font *gfx_resolve_font(enum font_type font_type); void gfx_write_char(struct context *ctx, int x, int y, enum font_type font_type, u32 c, char ch); -void gfx_write(struct context *ctx, int x, int y, enum font_type font_type, u32 c, char *text); +void gfx_write(struct context *ctx, int x, int y, enum font_type font_type, u32 c, + const char *text); void gfx_load_image(struct context *ctx, const char *path, int x, int y); void gfx_load_wallpaper(struct context *ctx, const char *path); void gfx_copy(struct context *dest, struct context *src, int x, int y, u32 width, u32 height); -- cgit v1.2.3