]> git.sesse.net Git - ccbs/commitdiff
Forgot to add the prototype for set_screen_size().
authorSteinar H. Gunderson <sesse@samfundet.no>
Tue, 1 Mar 2005 02:21:33 +0000 (02:21 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Tue, 1 Mar 2005 02:21:33 +0000 (02:21 +0000)
bigscreen/fonts.h

index b465aa1ff859d591c35f24783eaf9fa4df4b156b..eb7b6fa6cde447ad0ae87bfa3e24545aef696730 100644 (file)
@@ -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