galaxys2-common: match API to AOSP
See: http://review.cyanogenmod.org/#/c/52047/ Change-Id: I825527ec4a298f98ae6606e6b9ae4b41d5bc8f21
This commit is contained in:
parent
dd73fc3fbb
commit
7ea48537ec
@ -205,7 +205,7 @@ void gr_font_size(int *x, int *y)
|
||||
*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;
|
||||
GRFont *font = gr_font;
|
||||
|
Loading…
Reference in New Issue
Block a user