commit | 33ff636812b8f5db20be5c4c77bc3f9f25ea274b | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Sun Oct 27 22:25:01 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Nov 07 16:34:59 2013 -0800 |
tree | 2d6c810c751b8244f88a7337694a20bd8954b4a4 | |
parent | b6a3cc7f178123d7b094c3036de32548cdeeaeb7 [diff] |
Move region transformation code to weston_transformed_region Both the Pixman renderer and the X11 backend contained effectively the same region transformation code. This commit adds a weston_transformed_region function and changes pixman-renderer and compositor-x11 to use it. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>