diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |