WWW_HASCURSOR
if (ISSET(w->ww_wflags, WWW_HASCURSOR))
SET(w->ww_wflags, WWW_HASCURSOR);
if (!ISSET(w->ww_wflags, WWW_HASCURSOR))
CLR(w->ww_wflags, WWW_HASCURSOR);
ISSET((w = wwindex[i])->ww_wflags, WWW_HASCURSOR)) {
if (ISSET(w->ww_wflags, WWW_HASCURSOR)
if (ISSET(w->ww_wflags, WWW_HASCURSOR)) {
CLR(w->ww_wflags, WWW_HASCURSOR);
hascursor = ISSET(w->ww_wflags, WWW_HASCURSOR);