mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
change RenderString() default to UTF8
Origin commit data
------------------
Branch: ni/coolstream
Commit: 649d1b1f9d
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- change RenderString() default to UTF8
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -616,7 +616,7 @@ int CLuaInstance::RenderString(lua_State *L)
|
||||
if ((c & MAGIC_MASK) == MAGIC_COLOR)
|
||||
c = CFrameBuffer::getInstance()->realcolor[c & 0x000000ff];
|
||||
if (boxh > -1) /* if boxh < 0, don't paint string */
|
||||
W->fbwin->RenderString(g_Font[f], x, y, w, text, c, boxh, true);
|
||||
W->fbwin->RenderString(g_Font[f], x, y, w, text, c, boxh);
|
||||
lua_pushinteger(L, rwidth); /* return renderwidth */
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user