mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
7b85da8b28
CoglColors shouldn't be compared using memcmp since they may contain uninitialized padding bytes. The prototype is also suitable for passing to g_hash_table_new as the key_equal_func. _cogl_pango_display_list_add_texture now uses this instead of memcmp.