moving the skin out of the source into data/skin.xml
[enigma2.git] / lib / gdi / fb.cpp
index e792204d8c84b7e77697eef3606a13796e46e126..38ae37dd1df622196aafaed2a4e33217f2160f3f 100644 (file)
@@ -59,7 +59,7 @@ fbClass::fbClass(const char *fb)
                goto nolfb;
        }
 
-       showConsole(0);
+//     showConsole(0);
        return;
 nolfb:
        lfb=0;
@@ -83,8 +83,8 @@ int fbClass::showConsole(int state)
 
 int fbClass::SetMode(unsigned int nxRes, unsigned int nyRes, unsigned int nbpp)
 {
-/*     screeninfo.xres_virtual=screeninfo.xres=nxRes;
-       screeninfo.yres_virtual=screeninfo.yres=nyRes; */
+       screeninfo.xres_virtual=screeninfo.xres=nxRes;
+       screeninfo.yres_virtual=screeninfo.yres=nyRes;
        screeninfo.height=0;
        screeninfo.width=0;
        screeninfo.xoffset=screeninfo.yoffset=0;