Searched defs:SDL_bounds (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c76 RECT SDL_bounds = {0, 0, 0, 0}; variable
581 GetClientRect(SDL_Window, &SDL_bounds);
584 pt.x = SDL_bounds.left;
585 pt.y = SDL_bounds.top;
587 SDL_bounds.left = pt.x;
588 SDL_bounds.top = pt.y;
590 pt.x = SDL_bounds.right;
591 pt.y = SDL_bounds.bottom;
593 SDL_bounds.right = pt.x;
594 SDL_bounds
[all...]

Completed in 63 milliseconds