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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 140 Uint32 switch_waiting; member in struct:SDL_PrivateVideoData
200 #define switch_waiting (this->hidden->switch_waiting) macro
SDL_x11events.c 477 switch_waiting = 0x01 | SDL_FULLSCREEN;
495 switch_waiting = 0x01;
952 if ( switch_waiting ) {
958 if ( switch_waiting & SDL_FULLSCREEN ) {
966 go_fullscreen = switch_waiting & SDL_FULLSCREEN;
967 switch_waiting = 0;
    [all...]
SDL_x11modes.c 977 switch_waiting = 0x01 | SDL_FULLSCREEN;
    [all...]
SDL_x11video.c 926 switch_waiting = 0; /* Prevent jump back to now-meaningless state. */
    [all...]

Completed in 697 milliseconds