Home
last modified time | relevance | path

Searched refs:VWF_GRAPHICS (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/vt/
HDvt.h313 #define VWF_GRAPHICS 0x80 /* Window in graphics mode (KDSETMODE). */ macro
HDvt_core.c2360 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()