mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Testing GXA icon blit; Cleanup FB and pictureviwer code; This is work in progress, any bugs possible
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@258 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f6462c65d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-04 (Thu, 04 Feb 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1923,12 +1923,7 @@ void CNeutrinoApp::SetupFrameBuffer()
|
||||
dprintf(DEBUG_NORMAL, "Error while setting framebuffer mode\n");
|
||||
exit(-1);
|
||||
}
|
||||
//make 1..8 transparent for dummy painting
|
||||
//for(int count =0;count<256;count++)
|
||||
for(int count =0;count<8;count++)
|
||||
frameBuffer->paletteSetColor(count, 0x000000, 0xffff);
|
||||
frameBuffer->paletteSet();
|
||||
frameBuffer->ClearFrameBuffer();
|
||||
frameBuffer->Clear();
|
||||
}
|
||||
|
||||
/**************************************************************************************
|
||||
@@ -2282,6 +2277,8 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
{
|
||||
CmdParser(argc, argv);
|
||||
|
||||
init_cs_api();
|
||||
|
||||
CHintBox * hintBox;
|
||||
|
||||
int loadSettingsErg = loadSetup(NEUTRINO_SETTINGS_FILE);
|
||||
@@ -2309,8 +2306,6 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->ShowText((char *) g_Locale->getText(LOCALE_NEUTRINO_STARTING));
|
||||
|
||||
init_cs_api();
|
||||
|
||||
pthread_create (&zapit_thread, NULL, zapit_main_thread, (void *) g_settings.video_Mode);
|
||||
audioSetupNotifier = new CAudioSetupNotifier;
|
||||
|
||||
|
Reference in New Issue
Block a user