2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>

* 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
This commit is contained in:
Emmanuele Bassi
2007-12-21 15:25:00 +00:00
parent f7b3b47c29
commit ee4bcf6465
13 changed files with 73 additions and 56 deletions

View File

@ -97,7 +97,7 @@ red_button_press (ClutterActor *actor,
int
main (int argc, char *argv[])
{
GObject *stage, *timeline, *blue_button, *red_button;
GObject *stage, *blue_button, *red_button;
GError *error = NULL;
gint res;