[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:
Neil Roberts 2009-01-23 18:20:46 +00:00
parent 134edac82c
commit d64ff5c9f0

View File

@ -47,7 +47,7 @@ main (int argc, char *argv[])
ClutterColor label_color = { 0xff, 0xff, 0xff, 0xff };
ClutterActor *group;
setenv ("CLUTTER_VBLANK", "none", 0);
g_setenv ("CLUTTER_VBLANK", "none", FALSE);
clutter_init (&argc, &argv);