Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysmouse.c48 Uint8 *xors; member
99 if ( cursor->xors != NULL ) in WIN_FreeWMCursor()
100 SDL_free(cursor->xors); in WIN_FreeWMCursor()
141 cursor->xors = NULL; in WIN_CreateWMCursor()
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y); in WIN_CreateWMCursor()
177 cursor->ands, cursor->xors); in WIN_CreateWMCursor()