diff options
| author | junyoung <junyoung@NetBSD.org> | 2002-10-15 17:38:08 +0000 |
|---|---|---|
| committer | junyoung <junyoung@NetBSD.org> | 2002-10-15 17:38:08 +0000 |
| commit | 847ebeec25a80c495149db231282830edee77642 (patch) | |
| tree | c45f38a6c3e27b57a14fa30c8c18cf401f2f6f48 /sys/dev/wscons/wsdisplayvar.h | |
| parent | 0f061c7c7a88ce29a4746e8dee761f0edeaa9d68 (diff) | |
Add modecookie to struct wsscreen_descr, which is used to point to video
mode specific information.
Diffstat (limited to 'sys/dev/wscons/wsdisplayvar.h')
| -rw-r--r-- | sys/dev/wscons/wsdisplayvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsdisplayvar.h b/sys/dev/wscons/wsdisplayvar.h index 1b1ed6aed4f..c8bd8f54fe9 100644 --- a/sys/dev/wscons/wsdisplayvar.h +++ b/sys/dev/wscons/wsdisplayvar.h @@ -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 @@ struct wsscreen_descr { #define WSSCREEN_HILIT 4 /* can highlight (however) */ #define WSSCREEN_BLINK 8 /* can blink */ #define WSSCREEN_UNDERLINE 16 /* can underline */ + void *modecookie; }; struct wsdisplay_font; |
