X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffonts.cpp;fp=bigscreen%2Ffonts.cpp;h=3e958c7101ddeddfc987fc42a4bf70d3854be03b;hp=b7a4cbd0c9463dc337c4b7cb59ce64b7ae90113d;hb=47647e430209e70479579de3725b193baf26630a;hpb=cf8f03564b5118b257d081037f0e7c5241ee6350;ds=sidebyside diff --git a/bigscreen/fonts.cpp b/bigscreen/fonts.cpp index b7a4cbd..3e958c7 100644 --- a/bigscreen/fonts.cpp +++ b/bigscreen/fonts.cpp @@ -37,7 +37,7 @@ void init_freetype() } } -int my_draw_text(const widestring &str, unsigned char *buf, int xpos, int ypos, bool real_render, int r, int g, int b) +unsigned my_draw_text(const widestring &str, unsigned char *buf, int xpos, int ypos, bool real_render, int r, int g, int b) { FT_GlyphSlot slot; int x = 0;