projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fce9b9
)
Forgot to add the prototype for set_screen_size().
author
Steinar H. Gunderson
<sesse@samfundet.no>
Tue, 1 Mar 2005 02:21:33 +0000
(
02:21
+0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Tue, 1 Mar 2005 02:21:33 +0000
(
02:21
+0000)
bigscreen/fonts.h
patch
|
blob
|
history
diff --git
a/bigscreen/fonts.h
b/bigscreen/fonts.h
index
b465aa1
..
eb7b6fa
100644
(file)
--- 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