mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
Neil Roberts
c381f0cb8b
cogl-context-winsys: Avoid zero-length arrays
When compiling for non-glx platforms the winsys feature data array ends up empty. Empty arrays cause problems for MSVC so this patch adds a stub entry so that the array always has at least one entry. Based on a patch by Ole André Vadla Ravnås
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%