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

  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.h 33 extern int SDL_BeAppActive;
SDL_BeApp.cc 37 int SDL_BeAppActive = 0;
55 if ( SDL_BeAppActive <= 0 ) {
82 SDL_BeAppActive = 0;
86 ++SDL_BeAppActive;
96 --SDL_BeAppActive;
99 if ( SDL_BeAppActive == 0 ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 212 if ( SDL_BeAppActive > 0 ) {

Completed in 2698 milliseconds