mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Add changes to address 16 bit support in Xlib. Need to test
This commit is contained in:
parent
9f750d2c4f
commit
d5f2097261
1 changed files with 1 additions and 0 deletions
|
@ -778,6 +778,7 @@ _bitmap_combine_alpha(RContext *context,
|
|||
*/
|
||||
switch (bits_per_sample)
|
||||
{
|
||||
case 16:
|
||||
case 8:
|
||||
img.pro_mul = 1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue