[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Commit ec9b6c314dc018bbf0af4ff657fa5ff56a5bf9f7 breaks existing prog
From: |
Alexei Podtelezhnikov |
Subject: |
Re: Commit ec9b6c314dc018bbf0af4ff657fa5ff56a5bf9f7 breaks existing programs |
Date: |
Wed, 6 Jan 2021 23:43:55 -0500 |
>> and don't render any UI. Can't run git master anymore :(
>
>
> If I had to guess it's probably that FT_PIXEL_MODE_GRAY16 was added to the
> middle of the enum, changing the values of the later enumerators, changing
> the ABI. Probably just need to move it to the end of the list to avoid that.
This is another reason to remove it and use GRAY8 for distance fields.