From c97de93fe1a3fca3e881e1178a3be1b981268cd3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 5 Jun 2017 22:48:51 +1200 Subject: Added output rotation example --- include/wlr/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wlr/types.h b/include/wlr/types.h index 4870b84c..8014974a 100644 --- a/include/wlr/types.h +++ b/include/wlr/types.h @@ -27,6 +27,7 @@ struct wlr_output { char *model; uint32_t scale; int32_t x, y; + int32_t width, height; int32_t phys_width, phys_height; // mm int32_t subpixel; // enum wl_output_subpixel int32_t transform; // enum wl_output_transform -- cgit v1.2.3