diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2000-01-12 12:30:33 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2000-01-12 12:30:33 +0000 |
| commit | e2f29c6e438443c3f3def83dbb72effb94f16d94 (patch) | |
| tree | 9505ae7d8249e6750e42e1f00eba4cfad4d669c4 /sys/dev/syscons/syscons.h | |
| parent | d404cb51eeaa1f9c4e5fc9c16ef38bba0a0d785e (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index ac38909ea240..0f3ae5c03d39 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -56,6 +56,10 @@ #undef SC_PIXEL_MODE #endif +#ifndef SC_MOUSE_CHAR +#define SC_MOUSE_CHAR (0xd0) +#endif + #ifndef SC_DEBUG_LEVEL #define SC_DEBUG_LEVEL 0 #endif @@ -237,6 +241,8 @@ typedef struct sc_softc { u_char *font_16; #endif + u_char mouse_char; + } sc_softc_t; /* virtual screen */ |
