* Makefile.am: Move tests build before docs, to cut down the distcheck failure discovery * clutter.symbols: Add clutter_texture_set_area_from_rgb_data() * clutter/clutter-actor.c: * clutter/clutter-script.c: * clutter/clutter-texture.c: * clutter/json/json-generator.c: * clutter/json/json-parser.c: Compilation fixes for passing distcheck * tests/test-grab.c: * tests/test-score.c: * tests/test-script.c: * tests/test-shader.c: * tests/test-unproject.c: Ditto as above
* tests/test-unproject.c: Fix type comparison. * tests/test-score.c: Save the returned ids.
* clutter/clutter-actor.c: * clutter/clutter-actor.h: * tests/Makefile.am: * tests/test-unproject: (clutter_actor_transform_stage_point): Added new function for translating stage coordinates into local actor coordinates.