diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-06-05 22:48:51 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-06-05 22:48:51 +1200 |
commit | c97de93fe1a3fca3e881e1178a3be1b981268cd3 (patch) | |
tree | efb848dfb5c71b3ac2de5d96ea07fd4011c9230c /include | |
parent | 6298351d8346482563c8bd6cb628c2293901daf4 (diff) |
Added output rotation example
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 |