From 8ffa3fb9fa0a51ed2edb8254800c65bd036f40a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 6 Jul 2005 01:46:37 +0000 Subject: [PATCH] the official system palette also has the 0xff entry (B_TRANSPARENT_MAGIC_CMAP8) with alpha = 0 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13474 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/SystemPalette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/app/SystemPalette.cpp b/src/servers/app/SystemPalette.cpp index 93893f0909..cd67781eca 100644 --- a/src/servers/app/SystemPalette.cpp +++ b/src/servers/app/SystemPalette.cpp @@ -115,7 +115,7 @@ const static rgb_color kSystemPalette[] = { { 51, 0, 51, 255 }, { 51, 0, 0, 255 }, { 255, 203, 51, 255 }, { 255, 203, 0, 255 }, { 255, 255, 0, 255 }, { 255, 255, 51, 255 }, { 255, 255, 102, 255 }, { 255, 255, 152, 255 }, { 255, 255, 203, 255 }, - { 255, 255, 255, 255 } + { 255, 255, 255, 0 } // B_TRANSPARENT_MAGIC_CMAP8 };