commit | b6a3cc7f178123d7b094c3036de32548cdeeaeb7 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Sun Oct 27 22:25:00 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Nov 07 16:34:57 2013 -0800 |
tree | 573e825aedd568dc0623be2608a8f8ed677a7fa3 | |
parent | 00b842854bab9c5a1a25753aef5070985c924b6f [diff] |
Make weston_output_transform_coordinate more sane The output is renamed "output" from "x11_output" and the input coordinates are changed to wl_fixed_t from int. This way it is useable in compositor-wayland as well as compositor-x11 and evdev. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>