Searched refs:RI_CURSORCLIP (Results 1 – 2 of 2) sorted by relevance
825 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()
47 #define RI_CURSORCLIP 0x40 /* cursor is currently clipped */ macro