]> git.sesse.net Git - ccbs/blobdiff - bigscreen/fonts.cpp
Add column headings and fix widths.
[ccbs] / bigscreen / fonts.cpp
index b7a4cbd0c9463dc337c4b7cb59ce64b7ae90113d..3e958c7101ddeddfc987fc42a4bf70d3854be03b 100644 (file)
@@ -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;