diff options
Diffstat (limited to 'xorg-server/include/input.h')
-rw-r--r-- | xorg-server/include/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/include/input.h b/xorg-server/include/input.h index 7a6242d08..4a845bedf 100644 --- a/xorg-server/include/input.h +++ b/xorg-server/include/input.h @@ -215,6 +215,7 @@ typedef struct _InputAttributes { char *product; char *vendor; char *device; + char **tags; /* null-terminated */ uint32_t flags; } InputAttributes; |