diff options
Diffstat (limited to 'lib/gdi/fb.cpp')
| -rw-r--r-- | lib/gdi/fb.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gdi/fb.cpp b/lib/gdi/fb.cpp index 4b8a56c9..e792204d 100644 --- a/lib/gdi/fb.cpp +++ b/lib/gdi/fb.cpp @@ -59,7 +59,7 @@ fbClass::fbClass(const char *fb) goto nolfb; } - showConsole(1); + showConsole(0); return; nolfb: lfb=0; @@ -121,6 +121,7 @@ fbClass::~fbClass() ioctl(fd, FBIOPUT_VSCREENINFO, &oldscreen); if (lfb) munmap(lfb, available); + showConsole(1); } int fbClass::PutCMAP() |
