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/clients/window.c b/clients/window.c index ddad36e..d374ab9 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -3194,7 +3194,8 @@ int physical_height, int subpixel, const char *make, - const char *model) + const char *model, + int transform) { struct output *output = data;