Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons Add modecookie to struct wsscreen_descr, whic...



details:   https://anonhg.NetBSD.org/src/rev/cced19bc0baf
branches:  trunk
changeset: 538236:cced19bc0baf
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Tue Oct 15 17:38:08 2002 +0000

description:
Add modecookie to struct wsscreen_descr, which is used to point to video
mode specific information.

diffstat:

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

diffs (17 lines):

diff -r 432706eb0659 -r cced19bc0baf sys/dev/wscons/wsdisplayvar.h
--- a/sys/dev/wscons/wsdisplayvar.h     Tue Oct 15 17:30:43 2002 +0000
+++ b/sys/dev/wscons/wsdisplayvar.h     Tue Oct 15 17:38:08 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplayvar.h,v 1.22 2002/07/04 14:37:14 junyoung Exp $ */
+/* $NetBSD: wsdisplayvar.h,v 1.23 2002/10/15 17:38:08 junyoung Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -86,6 +86,7 @@
 #define WSSCREEN_HILIT         4       /* can highlight (however) */
 #define WSSCREEN_BLINK         8       /* can blink */
 #define WSSCREEN_UNDERLINE     16      /* can underline */
+       void *modecookie;
 };
 
 struct wsdisplay_font;



Home | Main Index | Thread Index | Old Index