Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.
authorkettenis <kettenis@openbsd.org>
Fri, 12 Mar 2021 23:42:50 +0000 (23:42 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 12 Mar 2021 23:42:50 +0000 (23:42 +0000)
ok jsg@

sys/dev/wscons/wsconsio.h

index 7c3fc7a..9a3fbb1 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.96 2021/03/03 19:44:37 bru Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.97 2021/03/12 23:42:50 kettenis Exp $ */
 /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */
 
 /*
@@ -596,6 +596,7 @@ struct wsdisplay_param {
 #define WSDISPLAYIO_DEPTH_24_24                0x20
 #define WSDISPLAYIO_DEPTH_24_32                0x40
 #define WSDISPLAYIO_DEPTH_24 (WSDISPLAYIO_DEPTH_24_24|WSDISPLAYIO_DEPTH_24_32)
+#define WSDISPLAYIO_DEPTH_30           0x80
 
 #define WSDISPLAYIO_GETSUPPORTEDDEPTH  _IOR('W', 92, unsigned int)