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

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysmouse.c40 /* For some reason when creating a windows cursor, the ands and xors memory
48 Uint8 *xors; member in struct:WMcursor
99 if ( cursor->xors != NULL )
100 SDL_free(cursor->xors);
141 cursor->xors = NULL;
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
177 cursor->ands, cursor->xors);

Completed in 48 milliseconds