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;