mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
f7d447cfde
* clutter/cogl/common/cogl-fixed.c (cogl_fixed_sin) (cogl_angle_sin, cogl_angle_tan, cogl_fixed_sqrt): Replaced uses of 1 + ~x with just -x which is equivalent and easier to understand.