mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Robert Bragg
120f94d073
primitives: Don't use dynamic arrays since VS2008 can't cope with them :-(
This changes _cogl_path_fill_nodes_scanlines to use g_alloca instead of using a variable to declare an array length.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%