diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-01 07:53:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-01 07:53:02 +0000 |
commit | 29504a6ddef63c8e7aa23353f2f7250d9b62a3fa (patch) | |
tree | 9b8ecabe1bab959a76f41d5f0af0bbc738565256 /sbin | |
parent | 49595e316ec769af36ace3e888af3174cd385114 (diff) |
Define a wsdisplay type for rfx; ok deraadt@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index c7436636686..6b7467bd8c3 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.22 2003/06/17 21:21:26 miod Exp $ */ +/* $OpenBSD: util.c,v 1.23 2004/03/01 07:52:57 miod Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -126,6 +126,7 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_SUNCG12, "suncg12" }, { WSDISPLAY_TYPE_MGX, "mgx" }, { WSDISPLAY_TYPE_SB_P9000, "p9000" }, + { WSDISPLAY_TYPE_RFLEX, "rasterflex" } }; static const struct nameint kbdenc_tab[] = { |