Handle new transform argument in wl_output.geometry event
diff --git a/clients/screenshot.c b/clients/screenshot.c
index 894c4aa..7395bf3 100644
--- a/clients/screenshot.c
+++ b/clients/screenshot.c
@@ -62,7 +62,8 @@
 			int physical_height,
 			int subpixel,
 			const char *make,
-			const char *model)
+			const char *model,
+			int transform)
 {
 	struct screenshooter_output *output;