mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
This adds some macros to iterate over all the bits set in an array of flags. The macros are a bit awkward because it tries to avoid using a callback pointer so that the code is inlined. cogl_bitmask is now using these macros as well so that the logic can be shared. Reviewed-by: Robert Bragg <robert@linux.intel.com>