Email or username:

Password:

Forgot your password?
Top-level
Gregory

@rmasoni @samhenrigold the private API is CGSSetWindowTransform. It allows you to set an arbitrary affine transform on a window. There's also CGSSetWindowWarp that takes a mesh, this is the one Sam is experimenting with, it's used by the system for that genie animation when you minimize a window.

1 comment
Rafael Masoni

@grishka @samhenrigold Ooh! That makes sense! Thanks for the explanation.

Go Up