Home
last modified time | relevance | path

Searched defs:pcdisplayscreen (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dpcdisplayvar.h34 struct pcdisplayscreen { struct
35 struct pcdisplay_handle *hdl;
37 const struct wsscreen_descr *type;
39 int active; /* currently displayed */
40 u_int16_t *mem; /* backing store for contents */
42 int cursoron; /* cursor displayed? */
44 int cursortmp; /* glyph & attribute behind software cursor */
46 int vc_ccol, vc_crow; /* current cursor position */
48 int dispoffset; /* offset of displayed area in video mem */
49 int visibleoffset;