aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/fb.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-07-27 23:04:43 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-07-27 23:04:43 +0000
commit40253d1a081381a643b8841aeb2914f75211ddb9 (patch)
tree29ca5e1b255514235978f33dda74abe81ec7b4b0 /lib/gdi/fb.cpp
parentf51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 (diff)
downloadenigma2-40253d1a081381a643b8841aeb2914f75211ddb9.tar.gz
enigma2-40253d1a081381a643b8841aeb2914f75211ddb9.zip
- (re)enable setting of resolution
Diffstat (limited to 'lib/gdi/fb.cpp')
-rw-r--r--lib/gdi/fb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gdi/fb.cpp b/lib/gdi/fb.cpp
index fb0cc03b..38ae37dd 100644
--- a/lib/gdi/fb.cpp
+++ b/lib/gdi/fb.cpp
@@ -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;