diff options
author | emersion <contact@emersion.fr> | 2017-11-12 21:16:45 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-12 21:16:45 +0100 |
commit | 28fc813ca9853147efc7915b829dd435699e9434 (patch) | |
tree | cd48a2043b489f8c6d3f38fe91a3c6d1a2f32e66 /include/wlr | |
parent | 5d986f1e874f93f8235fbcc333af63c5c9c99596 (diff) | |
parent | c1eff3d3afc237aa4a988a01c88c492a4787d954 (diff) |
Merge branch 'master' into cursor-scale
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index df123639..cf000019 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -43,6 +43,7 @@ struct wlr_output { char name[16]; char make[48]; char model[16]; + char serial[16]; uint32_t scale; int32_t width, height; int32_t phys_width, phys_height; // mm |