diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-07-27 23:04:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-07-27 23:04:43 +0000 |
| commit | 40253d1a081381a643b8841aeb2914f75211ddb9 (patch) | |
| tree | 29ca5e1b255514235978f33dda74abe81ec7b4b0 /lib/gdi/fb.cpp | |
| parent | f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 (diff) | |
| download | enigma2-40253d1a081381a643b8841aeb2914f75211ddb9.tar.gz enigma2-40253d1a081381a643b8841aeb2914f75211ddb9.zip | |
- (re)enable setting of resolution
Diffstat (limited to 'lib/gdi/fb.cpp')
| -rw-r--r-- | lib/gdi/fb.cpp | 4 |
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; |
