mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 15:44:10 +00:00
Neil Roberts
14e94647bf
cogl-util: Add an internal wrapper for the ffs function
The ffs function is defined in C99 so if we want to use it in Cogl we need to provide a fallback for MSVC. This adds a configure check for the function and then a fallback using a while loop if it is not available. http://bugzilla.clutter-project.org/show_bug.cgi?id=2491
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%