mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
caf199c732
Instead of the full set_rotation() setter, we can use the pivot point and set the rotation angle separately.
The code in this directory is meant to be XIncluded into the Clutter API reference, and thus is to be considered part of the Clutter documentation. As such, the code MUST be: - correct; - idiomatic, i.e. show how a task is meant to be achieved using the best possible practices given the current API; - well documented; - ready for copy and paste.