From 632a7acb03f4c4b8d06fdf7f8d7839db27cde538 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 8 Jun 2017 00:39:40 +1200 Subject: Filled out more wlr_output fields. --- include/wlr/types.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types.h b/include/wlr/types.h index 4870b84c..02c2f087 100644 --- a/include/wlr/types.h +++ b/include/wlr/types.h @@ -22,11 +22,10 @@ struct wlr_output { struct wlr_output_state *state; uint32_t flags; - char *name; - char *make; - char *model; + char name[16]; + char make[48]; + char model[16]; uint32_t scale; - int32_t x, y; 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