Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_cursor.cpp24 config |= CURSOR_ENABLE; in TDFX_ShowCursor()
26 config &= ~CURSOR_ENABLE; in TDFX_ShowCursor()
H A D3dfx.h94 #define CURSOR_ENABLE BIT(27) macro