mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
a203a5e396
Since (A & ~COGL_PREMULT_BIT) is basically as readable as (A & COGL_UNPREMULT_MASK) this patch removes the mask define. Without the mask the code is slightly more explicit and there's less risk in error caused by us forgetting to update the COGL_UNPREMULT_MASK if the way CoglPixelFormat is defined evolves. Reviewed-by: Neil Roberts <neil@linux.intel.com>