X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/60e5fe14d01b84bbef35d5286183a85ff72002dd..62b8a649fcae500c983215fac2e5202916c0195f:/main/enigma.cpp diff --git a/main/enigma.cpp b/main/enigma.cpp index 156964ce..217d71b6 100644 --- a/main/enigma.cpp +++ b/main/enigma.cpp @@ -161,7 +161,7 @@ int main(int argc, char **argv) } else dsk.setPalette(*m_pm); - dsk.setBackgroundColor(gRGB(0,0,0,0)); + dsk.setBackgroundColor(gRGB(0,0,0,0xFF)); #endif /* redrawing is done in an idle-timer, so we have to set the context */