Fix recovery compatible issues
Change-Id: I8ed60c8bc765692e6c4f38b66248ddcf6dd8db91
This commit is contained in:
parent
5ad50bc3af
commit
3d63d7bfe5
@ -205,7 +205,7 @@ void gr_font_size(int *x, int *y)
|
|||||||
*y = gr_font->cheight;
|
*y = gr_font->cheight;
|
||||||
}
|
}
|
||||||
|
|
||||||
int gr_text(int x, int y, const char *s)
|
int gr_text(int x, int y, const char *s, int bold)
|
||||||
{
|
{
|
||||||
GGLContext *gl = gr_context;
|
GGLContext *gl = gr_context;
|
||||||
GRFont *font = gr_font;
|
GRFont *font = gr_font;
|
||||||
|
Loading…
Reference in New Issue
Block a user