mirror of https://github.com/FreeRDP/FreeRDP
Fixed some bitblt issues.
This commit is contained in:
parent
5fa9344c8f
commit
e3b43b991d
|
@ -677,6 +677,8 @@ static INLINE UINT32 ReadColor(const BYTE* src, UINT32 format)
|
|||
break;
|
||||
|
||||
case 8:
|
||||
case 4:
|
||||
case 1:
|
||||
color = *src;
|
||||
break;
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue