summaryrefslogtreecommitdiff
path: root/tests/conform/test-fixtures.c
blob: 24178d2871f0db68138c91e33aca1623851777ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#include <clutter/clutter.h>
#include <cogl/cogl.h>

void
test_cogl_simple_rig (void)
{
  ClutterColor stage_color = { 0x0, 0x0, 0x0, 0xff };
  stage = clutter_stage_get_default ();

  clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);
}