Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
908be0480c
CoglColor and CoglMatrix have public declarations with private members so that we are free to change the implementation but the structures could still be allocated on the stack in applications. However it's quite easy not to realise the members are private and then access them directly. This patch wraps the members in a macro which redefines the symbol name when including the header outside of the clutter source. http://bugzilla.openedhand.com/show_bug.cgi?id=2065 |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |