HomeSort by relevance Sort by last modified time
    Searched refs:switch_waiting (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 145 Uint32 switch_waiting; member in struct:SDL_PrivateVideoData
206 #define switch_waiting (this->hidden->switch_waiting) macro
SDL_x11events.c 474 switch_waiting = 0x01 | SDL_FULLSCREEN;
492 switch_waiting = 0x01;
927 if ( switch_waiting ) {
933 if ( switch_waiting & SDL_FULLSCREEN ) {
941 go_fullscreen = switch_waiting & SDL_FULLSCREEN;
942 switch_waiting = 0;
    [all...]
SDL_x11modes.c 941 switch_waiting = 0x01 | SDL_FULLSCREEN;
    [all...]
SDL_x11video.c 906 switch_waiting = 0; /* Prevent jump back to now-meaningless state. */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 99 Uint32 switch_waiting; member in struct:SDL_PrivateVideoData
SDL_amigaevents.c 151 switch_waiting = 0x01 | SDL_FULLSCREEN;
160 switch_waiting = 0x01;

Completed in 240 milliseconds