framebuffer_ng: fix background transparency

Origin commit data
------------------
Commit: 3b964311fa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-28 (Sun, 28 Dec 2014)
This commit is contained in:
Stefan Seyfried
2014-12-28 20:01:44 +01:00
parent af2176ef9c
commit 0ebda986b5

View File

@@ -243,7 +243,7 @@ void CFrameBuffer::init(const char * const)
paletteSetColor(0xF, 0x00FFFF, tr);
paletteSetColor(0x10, 0xFFFFFF, tr);
paletteSetColor(0x11, 0x000000, tr);
paletteSetColor(COL_BACKGROUND, 0x000000, 0xffff);
paletteSetColor(COL_BACKGROUND, 0x000000, 0x0);
paletteSet();