Searched refs:WIMP_UpdateRects (Results 1 – 1 of 1) sorted by relevance
59 static void WIMP_UpdateRects(_THIS, int numrects, SDL_Rect *rects);227 if (this->UpdateRects == WIMP_UpdateRects) return; /* Already set up */ in WIMP_SetDeviceMode()230 this->UpdateRects = WIMP_UpdateRects; in WIMP_SetDeviceMode()325 void WIMP_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in WIMP_UpdateRects() function379 WIMP_UpdateRects(this, 1, &update); in WIMP_SetColors()