mutter/clutter
Florian Müllner 76664ef891 clutter-text: Fix selection color drawing
Commit cabcad185 removed the call to cogl_set_source_color4ub() before
cogl_fill_path(), so instead of the previously assigned selection color,
the background is drawn with the last set source.

In order to honour the newly added framebuffer parameter and still apply
the correct color, switch from cogl_fill_path() to the (deprecated!)
cogl_framebuffer_fill_path() method.

https://gitlab.gnome.org/GNOME/mutter/issues/494
2019-05-27 18:39:39 +00:00
..
clutter clutter-text: Fix selection color drawing 2019-05-27 18:39:39 +00:00
tests Use free_full on GSList's instead of foreach + free 2019-05-15 14:49:56 -05:00
.gitignore clutter: Remove clutter specific version 2018-11-06 17:17:36 +01:00
meson.build clutter: Add fribidi dependency and copy deprecated pango functions 2019-05-17 18:11:43 -05:00