mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Commit: 4f68a5502b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-10 (Fri, 10 Feb 2017)
This commit is contained in:
@@ -425,7 +425,13 @@ void Font::RenderString(int x, int y, const int width, const char *text, const f
|
||||
return;
|
||||
|
||||
const bool utf8_encoded = flags & IS_UTF8;
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
/* the TD Framebufffer is ARGB; the others are BGRA. The fullbg code does not handle that
|
||||
* the quick workaround is to just disable the fullbg flag */
|
||||
useFullBG = false;
|
||||
#else
|
||||
useFullBG = flags & FULLBG;
|
||||
#endif
|
||||
/*
|
||||
useFullBg = false
|
||||
fetch bgcolor from framebuffer, using lower left edge of the font
|
||||
|
Reference in New Issue
Block a user