OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_windowid
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.h
56
char *
SDL_windowid
;
78
#define
SDL_windowid
(this -> hidden ->
SDL_windowid
)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h
69
char *
SDL_windowid
; /* Flag: true if we have been passed a window */
176
#define
SDL_windowid
(this->hidden->
SDL_windowid
)
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c
709
/* This allows the
SDL_WINDOWID
hack */
710
BOOL
SDL_windowid
= FALSE;
Completed in 32 milliseconds