mutter/cogl/test-fixtures
Niels De Graef a81435ab5f cogl: Remove CoglBool, use gboolean instead
This basically reverts commit 54735dec, which tried to avoid the
GLib-defined types in favor the standard C ones. One exception to this
is the bool type, for which the commit introduces a new type CoglBool.

Let's just get rid of this type in favor of having consistency with the
GLib types. Note by the way that neither CoglBool nor gboolean (which
has a size of `int`) are completely compatible with bool (size `char`).

https://gitlab.gnome.org/GNOME/mutter/merge_requests/321
2019-02-15 16:35:46 +01:00
..
meson.build Add meson build support 2018-11-06 18:51:44 +01:00
test-unit.h
test-utils.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
test-utils.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00