~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/interactive/test-state-animator.c

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2013-03-15 23:20:40 UTC
  • mto: (4.1.25 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20130315232040-9wwd4f9mgx8lewoz
Tags: upstream-1.13.8
ImportĀ upstreamĀ versionĀ 1.13.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
{
33
33
  GError *error = NULL;
34
34
  ClutterColor *color = clutter_color_new (r, g, b, a);
35
 
  ClutterActor *rectangle = clutter_rectangle_new_with_color (color);
 
35
  ClutterActor *rectangle;
36
36
 
37
37
  gchar *file = g_build_filename (TESTS_DATADIR, "redhand.png", NULL);
38
38
  rectangle = clutter_texture_new_from_file (file, &error);