Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/rasops/
Drasops.c825 if ((ri->ri_flg & RI_CURSORCLIP) == 0) in rasops_cursor()
834 ri->ri_flg &= ~RI_CURSORCLIP; in rasops_cursor()
836 ri->ri_flg |= RI_CURSORCLIP; in rasops_cursor()
838 ri->ri_flg |= RI_CURSORCLIP; in rasops_cursor()
844 if ((ri->ri_flg & RI_CURSORCLIP) == 0) in rasops_cursor()
Drasops.h47 #define RI_CURSORCLIP 0x40 /* cursor is currently clipped */ macro