Lines Matching refs:vt_window
122 struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
123 struct vt_window *vd_curwindow; /* (d) Current window. */
124 struct vt_window *vd_savedwindow;/* (?) Saved for suspend. */
125 struct vt_window *vd_grabwindow; /* (?) Saved before cngrab. */
190 void vt_resume_flush_timer(struct vt_window *vw, int ms);
292 struct vt_window { struct
320 struct vt_window *vw_switch_to; argument
340 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument
344 typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
348 typedef int vd_bitblt_argb_t(struct vt_device *vd, const struct vt_window *vw,
451 void vt_compute_drawable_area(struct vt_window *);