Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/dev/ic Pull up revision 1.13 (requested by recht in...



details:   https://anonhg.NetBSD.org/src/rev/c23fd0126ad9
branches:  netbsd-2-0
changeset: 561306:c23fd0126ad9
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 07 09:38:23 2004 +0000

description:
Pull up revision 1.13 (requested by recht in ticket #451):
PR/19925: David Ferlier: Add scrolling support to wscons.

diffstat:

 sys/dev/ic/pcdisplayvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bcad9eefb6e -r c23fd0126ad9 sys/dev/ic/pcdisplayvar.h
--- a/sys/dev/ic/pcdisplayvar.h Mon Jun 07 09:38:18 2004 +0000
+++ b/sys/dev/ic/pcdisplayvar.h Mon Jun 07 09:38:23 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplayvar.h,v 1.12 2004/03/24 17:26:53 drochner Exp $ */
+/* $NetBSD: pcdisplayvar.h,v 1.12.2.1 2004/06/07 09:38:23 tron Exp $ */
 
 /*
  * Copyright (c) 1998
@@ -43,6 +43,7 @@
        int cursorcol, cursorrow;       /* current cursor position */
 
        int dispoffset;         /* offset of displayed area in video mem */
+       int visibleoffset;
 };
 
 struct pcdisplay_handle {



Home | Main Index | Thread Index | Old Index