Add modecookie to struct wsscreen_descr, which is used to point to video
mode specific information.
This commit is contained in:
parent
0f061c7c7a
commit
847ebeec25
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user