commit | 05890dc621b1631d8c818d701d848092866789fb | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 10 10:09:20 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 10 10:09:20 2012 -0400 |
tree | 0103486a3219c693b4641f766ffea0ffa61c5c8a | |
parent | 16333ab0abfee341cf7349d9ae78e1ccab1b8de7 [diff] [blame] |
compositor: Don't hardcode output transform when sending the event We add a transform field to weston_output and backends can override it when they create the output.
diff --git a/src/compositor.h b/src/compositor.h index b3c554b..ccac91e 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -168,6 +168,7 @@ char *make, *model; uint32_t subpixel; + uint32_t transform; struct weston_mode *current; struct weston_mode *origin;