From 7b3b03bea67137cf4a6a2a42ba67bb899dfa71ae Mon Sep 17 00:00:00 2001 From: nisimura Date: Tue, 19 Oct 1999 00:49:33 +0000 Subject: [PATCH] Enable 'WSSCREEN_REVERSE' scr-capability. --- sys/dev/tc/cfb.c | 6 +++--- sys/dev/tc/mfb.c | 6 +++--- sys/dev/tc/tfb.c | 6 +++--- sys/dev/tc/xcfb.c | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/dev/tc/cfb.c b/sys/dev/tc/cfb.c index 7bc2ba90cffa..50ae3586f1ca 100644 --- a/sys/dev/tc/cfb.c +++ b/sys/dev/tc/cfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: cfb.c,v 1.12 1999/08/02 04:19:03 nisimura Exp $ */ +/* $NetBSD: cfb.c,v 1.13 1999/10/19 00:49:34 nisimura Exp $ */ /* * Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved. @@ -32,7 +32,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: cfb.c,v 1.12 1999/08/02 04:19:03 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cfb.c,v 1.13 1999/10/19 00:49:34 nisimura Exp $"); #include #include @@ -185,7 +185,7 @@ struct wsscreen_descr cfb_stdscreen = { "std", 0, 0, &cfb_emulops, 0, 0, - 0 + WSSCREEN_REVERSE }; const struct wsscreen_descr *_cfb_scrlist[] = { diff --git a/sys/dev/tc/mfb.c b/sys/dev/tc/mfb.c index 1b33421c0407..acc7f27bbc5e 100644 --- a/sys/dev/tc/mfb.c +++ b/sys/dev/tc/mfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: mfb.c,v 1.17 1999/08/02 06:00:40 nisimura Exp $ */ +/* $NetBSD: mfb.c,v 1.18 1999/10/19 00:49:34 nisimura Exp $ */ /* * Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved. @@ -32,7 +32,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.17 1999/08/02 06:00:40 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.18 1999/10/19 00:49:34 nisimura Exp $"); #include #include @@ -164,7 +164,7 @@ struct wsscreen_descr mfb_stdscreen = { "std", 0, 0, &mfb_emulops, 0, 0, - 0 + WSSCREEN_REVERSE }; const struct wsscreen_descr *_mfb_scrlist[] = { diff --git a/sys/dev/tc/tfb.c b/sys/dev/tc/tfb.c index 58a71ebf433c..6d12e9fa8f77 100644 --- a/sys/dev/tc/tfb.c +++ b/sys/dev/tc/tfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: tfb.c,v 1.18 1999/09/20 06:29:06 nisimura Exp $ */ +/* $NetBSD: tfb.c,v 1.19 1999/10/19 00:49:33 nisimura Exp $ */ /* * Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved. @@ -32,7 +32,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.18 1999/09/20 06:29:06 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.19 1999/10/19 00:49:33 nisimura Exp $"); #include #include @@ -241,7 +241,7 @@ struct wsscreen_descr tfb_stdscreen = { "std", 0, 0, &tfb_emulops, 0, 0, - 0 + WSSCREEN_REVERSE }; const struct wsscreen_descr *_tfb_scrlist[] = { diff --git a/sys/dev/tc/xcfb.c b/sys/dev/tc/xcfb.c index 0361b6fcf84a..997168b945c8 100644 --- a/sys/dev/tc/xcfb.c +++ b/sys/dev/tc/xcfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: xcfb.c,v 1.11 1999/05/07 08:00:31 nisimura Exp $ */ +/* $NetBSD: xcfb.c,v 1.12 1999/10/19 00:49:33 nisimura Exp $ */ /* * Copyright (c) 1998 Tohru Nishimura. All rights reserved. @@ -32,7 +32,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.11 1999/05/07 08:00:31 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.12 1999/10/19 00:49:33 nisimura Exp $"); #include #include @@ -134,7 +134,7 @@ struct wsscreen_descr xcfb_stdscreen = { 0, 0, /* will be filled in -- XXX shouldn't, it's global */ &xcfb_emulops, 0, 0, - 0 + WSSCREEN_REVERSE }; const struct wsscreen_descr *_xcfb_scrlist[] = {