Add changes to address 16 bit support in Xlib. Need to test

This commit is contained in:
Gregory John Casamento 2019-04-20 11:17:57 -04:00
parent 9f750d2c4f
commit d5f2097261

View file

@ -778,6 +778,7 @@ _bitmap_combine_alpha(RContext *context,
*/
switch (bits_per_sample)
{
case 16:
case 8:
img.pro_mul = 1;
break;