Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11image.c217 if ( (surface == SDL_VideoSurface) && blit_queued ) { in X11_LockHWSurface()
219 blit_queued = 0; in X11_LockHWSurface()
247 blit_queued = 1; in X11_NormalUpdate()
269 blit_queued = 1; in X11_MITSHMUpdate()
DSDL_x11video.h144 int blit_queued; member
202 #define blit_queued (this->hidden->blit_queued) macro