diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-11 17:36:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 17:36:14 -0500 |
commit | c1eff3d3afc237aa4a988a01c88c492a4787d954 (patch) | |
tree | a6f72b67564c0e0552f3cd9a5eaf81c158197558 /include | |
parent | 2bee288090d930a09be5f9176a519c1ec02c63de (diff) | |
parent | 09279b90a63c5fdb2e28a61f2dfc936285126177 (diff) |
Merge pull request #413 from emersion/output-serial
Add wlr_output.serial
Diffstat (limited to 'include')
-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 |