Lines Matching refs:vt_window
121 struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
122 struct vt_window *vd_curwindow; /* (d) Current window. */
123 struct vt_window *vd_savedwindow;/* (?) Saved for suspend. */
124 struct vt_window *vd_grabwindow; /* (?) Saved before cngrab. */
189 void vt_resume_flush_timer(struct vt_window *vw, int ms);
291 struct vt_window { struct
319 struct vt_window *vw_switch_to; argument
339 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument
343 typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
347 typedef int vd_bitblt_argb_t(struct vt_device *vd, const struct vt_window *vw,
450 void vt_compute_drawable_area(struct vt_window *);