Index: trunk/MagicSoft/Cosy/gui/MGImage.cc
===================================================================
--- trunk/MagicSoft/Cosy/gui/MGImage.cc	(revision 2518)
+++ trunk/MagicSoft/Cosy/gui/MGImage.cc	(revision 2613)
@@ -87,6 +87,6 @@
     while (s<e)
     {
-        //      11111100    11111000      11111100
-        *d++ = (*s&0xfc) | (*s&0xf8)<<5 | (*s&0xfc)<<11;
+        //      11111100    11111000      11111000
+        *d++ = (*s&0xfc) | (*s&0xf8)<<5 | (*s&0xf8)<<11;
         s++;
     }
@@ -109,5 +109,5 @@
 void MGImage::DrawImg(const byte *buffer)
 {
-    if (fMuxPixmap->TryLock()==13)
+    if (fMuxPixmap->TryLock())
         return;
 
@@ -181,5 +181,5 @@
 void MGImage::DrawColImg(const byte *gbuf, const byte *cbuf)
 {
-    if (fMuxPixmap->TryLock()==13)
+    if (fMuxPixmap->TryLock())
         return;
 
