mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
[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 };
|
||||
ClutterActor *group;
|
||||
|
||||
setenv ("CLUTTER_VBLANK", "none", 0);
|
||||
g_setenv ("CLUTTER_VBLANK", "none", FALSE);
|
||||
|
||||
clutter_init (&argc, &argv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user