From 5b2dd2843d44c53a630a20388cc16b0ac3dfb715 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 20 May 2005 21:32:03 +0000 Subject: [PATCH] fix background transparency.. --- main/enigma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/enigma.cpp b/main/enigma.cpp index 156964c..217d71b 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 */ -- 2.7.4