commit | 0e696478a9c498594dd285883cb3b8e8522f9640 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sun Jul 22 15:49:57 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Jul 22 15:49:57 2012 -0400 |
tree | 05617fb36398c1f3fa8f43515cdd81eeb097f5e2 | |
parent | c4063f310a35ec1fd51b039243caf5363dfb54f5 [diff] [blame] |
Handle new transform argument in wl_output.geometry event
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index a0397ad..ee3def1 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c
@@ -497,7 +497,8 @@ int physical_height, int subpixel, const char *make, - const char *model) + const char *model, + int transform) { struct wayland_compositor *c = data;