3
0
Fork 0

galaxys2-common: match API to AOSP

See: http://review.cyanogenmod.org/#/c/52047/

Change-Id: I825527ec4a298f98ae6606e6b9ae4b41d5bc8f21
This commit is contained in:
Dorian Snyder 2013-10-21 22:09:53 -07:00
parent dd73fc3fbb
commit 7ea48537ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;