Searched refs:VWF_GRAPHICS (Results 1 – 2 of 2) sorted by relevance
313 #define VWF_GRAPHICS 0x80 /* Window in graphics mode (KDSETMODE). */ macro
2360 if (vw->vw_flags & (VWF_MOUSE_HIDE | VWF_GRAPHICS)) in vt_mouse_event()2713 *(int *)data = (vw->vw_flags & VWF_GRAPHICS) ? in vtterm_ioctl()2889 vw->vw_flags &= ~VWF_GRAPHICS; in vtterm_ioctl()2892 vw->vw_flags |= VWF_GRAPHICS; in vtterm_ioctl()