Enable 'WSSCREEN_REVERSE' scr-capability.

This commit is contained in:
nisimura 1999-10-19 00:49:33 +00:00
parent 02bd5fa80e
commit 7b3b03bea6
4 changed files with 12 additions and 12 deletions

View File

@ -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 <sys/cdefs.h> /* 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 <sys/param.h>
#include <sys/systm.h>
@ -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[] = {

View File

@ -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 <sys/cdefs.h> /* 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 <sys/param.h>
#include <sys/systm.h>
@ -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[] = {

View File

@ -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 <sys/cdefs.h> /* 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 <sys/param.h>
#include <sys/systm.h>
@ -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[] = {

View File

@ -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 <sys/cdefs.h> /* 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 <sys/param.h>
#include <sys/systm.h>
@ -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[] = {