Changeset 2613 for trunk/MagicSoft/Cosy/gui
- Timestamp:
- 12/07/03 13:09:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGImage.cc
r2518 r2613 87 87 while (s<e) 88 88 { 89 // 11111100 11111000 11111 10090 *d++ = (*s&0xfc) | (*s&0xf8)<<5 | (*s&0xf c)<<11;89 // 11111100 11111000 11111000 90 *d++ = (*s&0xfc) | (*s&0xf8)<<5 | (*s&0xf8)<<11; 91 91 s++; 92 92 } … … 109 109 void MGImage::DrawImg(const byte *buffer) 110 110 { 111 if (fMuxPixmap->TryLock() ==13)111 if (fMuxPixmap->TryLock()) 112 112 return; 113 113 … … 181 181 void MGImage::DrawColImg(const byte *gbuf, const byte *cbuf) 182 182 { 183 if (fMuxPixmap->TryLock() ==13)183 if (fMuxPixmap->TryLock()) 184 184 return; 185 185
Note:
See TracChangeset
for help on using the changeset viewer.