[test-text] Use g_setenv instead of setenv
setenv doesn't appear to be available on Windows so it fails to compile.
This commit is contained in:
parent
134edac82c
commit
d64ff5c9f0
@ -47,7 +47,7 @@ main (int argc, char *argv[])
|
|||||||
ClutterColor label_color = { 0xff, 0xff, 0xff, 0xff };
|
ClutterColor label_color = { 0xff, 0xff, 0xff, 0xff };
|
||||||
ClutterActor *group;
|
ClutterActor *group;
|
||||||
|
|
||||||
setenv ("CLUTTER_VBLANK", "none", 0);
|
g_setenv ("CLUTTER_VBLANK", "none", FALSE);
|
||||||
|
|
||||||
clutter_init (&argc, &argv);
|
clutter_init (&argc, &argv);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user