OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_BeAppActive
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/main/beos/
SDL_BeApp.h
33
extern int
SDL_BeAppActive
;
SDL_BeApp.cc
37
int
SDL_BeAppActive
= 0;
57
if (
SDL_BeAppActive
<= 0 ) {
84
SDL_BeAppActive
= 0;
88
++
SDL_BeAppActive
;
98
--
SDL_BeAppActive
;
101
if (
SDL_BeAppActive
== 0 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h
213
if (
SDL_BeAppActive
> 0 ) {
Completed in 175 milliseconds