From b596bfa2d0e82036f9db8bef9b14e688e5b7b123 Mon Sep 17 00:00:00 2001 From: uch Date: Tue, 5 Jun 2001 15:02:40 +0000 Subject: add vc_reverse flag to struct video_chip. --- sys/dev/hpc/video_subr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/hpc/video_subr.h b/sys/dev/hpc/video_subr.h index 62835a2de48..b707d382ad3 100644 --- a/sys/dev/hpc/video_subr.h +++ b/sys/dev/hpc/video_subr.h @@ -1,4 +1,4 @@ -/* $NetBSD: video_subr.h,v 1.1 2001/02/22 18:37:57 uch Exp $ */ +/* $NetBSD: video_subr.h,v 1.2 2001/06/05 15:02:40 uch Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -57,6 +57,7 @@ struct video_chip { int vc_fbdepth; int vc_fbwidth; int vc_fbheight; + int vc_reverse; void (*vc_drawline)(struct video_chip *, int, int, int, int); void (*vc_drawdot)(struct video_chip *, int, int); -- cgit