From: Steinar H. Gunderson Date: Tue, 1 Mar 2005 02:21:33 +0000 (+0000) Subject: Forgot to add the prototype for set_screen_size(). X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=84157afe24c5b731c728fb9123be094f0849df35 Forgot to add the prototype for set_screen_size(). --- diff --git a/bigscreen/fonts.h b/bigscreen/fonts.h index b465aa1..eb7b6fa 100644 --- a/bigscreen/fonts.h +++ b/bigscreen/fonts.h @@ -15,6 +15,7 @@ struct TextDefer { }; void init_freetype(); +void set_screen_size(unsigned width, unsigned height); unsigned my_draw_text(const widestring &str, unsigned char *buf, double size, int xpos = 0, int ypos = 0, int r = 255, int g = 255, int b = 255); // draw_all_deferred_text draws every string in current that is not the same in old, in red