aboutsummaryrefslogtreecommitdiff
path: root/include/seat.h
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2022-03-29 10:41:16 +0200
committerKenny Levinsen <kl@kl.wtf>2022-03-29 10:54:27 +0200
commit0462e9331d1648171bd47e62a2808f0a4d647239 (patch)
tree2d91785d72da23c25fa4146fab09580f7e2d9375 /include/seat.h
parent684dd619455011bc08c85ae4c1b39394268b5646 (diff)
wscons: Move to its own device type
This reduces ifdefs and avoids overloading evdev as something it is not.
Diffstat (limited to 'include/seat.h')
-rw-r--r--include/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/seat.h b/include/seat.h
index cc243b6..ff857e7 100644
--- a/include/seat.h
+++ b/include/seat.h
@@ -13,6 +13,7 @@ enum seat_device_type {
SEAT_DEVICE_TYPE_NORMAL,
SEAT_DEVICE_TYPE_EVDEV,
SEAT_DEVICE_TYPE_DRM,
+ SEAT_DEVICE_TYPE_WSCONS,
};
struct seat_device {