From: Andreas Oberritter Date: Wed, 26 Mar 2008 18:03:30 +0000 (+0000) Subject: fix for SDL, doesn't display any text on the blue screen though... X-Git-Tag: 2.6.0~1417 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e6c79f60c611f9734b8d237ba11537c66a35e2b3 fix for SDL, doesn't display any text on the blue screen though... --- diff --git a/main/bsod.cpp b/main/bsod.cpp index 5eb6b129..3352a29e 100644 --- a/main/bsod.cpp +++ b/main/bsod.cpp @@ -6,6 +6,9 @@ #include #include #include +#ifdef WITH_SDL +#include +#endif #include "version.h" @@ -92,8 +95,13 @@ void bsodFatal() system(cmd); } +#ifdef WITH_SDL + ePtr my_dc; + gSDLDC::getInstance(my_dc); +#else ePtr my_dc; gFBDC::getInstance(my_dc); +#endif { gPainter p(my_dc);