From 9202d4248dd7df2f6e5eb53b4154c8297ec9b1d1 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 20 Jan 2005 14:35:19 +0000 Subject: - redraw now in idle - mainloop called from python (could be changed) - clock components manages timer - timer usuable from python --- lib/gdi/fb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gdi/fb.cpp') diff --git a/lib/gdi/fb.cpp b/lib/gdi/fb.cpp index e792204d..fb0cc03b 100644 --- a/lib/gdi/fb.cpp +++ b/lib/gdi/fb.cpp @@ -59,7 +59,7 @@ fbClass::fbClass(const char *fb) goto nolfb; } - showConsole(0); +// showConsole(0); return; nolfb: lfb=0; -- cgit v1.2.3