mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 23:03:00 +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.