On Wed, Jan 6, 2021, 6:35 PM Nikolaus Waxweiler <madig...@gmail.com> wrote:

> Hi!
> Not sure if this is intentional or anything, but the aforementioned
> commit makes programs fail to render on Fedora 33. I.e. GTK3 apps spam
> the console with
>
> (gnome-calculator:44487): Gtk-WARNING **: 23:32:19.658: drawing failure
> for widget 'MathWindow': invalid value for an input cairo_format_t
>
> 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.

>

Reply via email to