OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_RegisterApp
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_main.h
72
extern DECLSPEC int SDLCALL
SDL_RegisterApp
(char *name, Uint32 style, void *hInst);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_main.h
72
extern DECLSPEC int SDLCALL
SDL_RegisterApp
(char *name, Uint32 style, void *hInst);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_main.h
72
extern DECLSPEC int SDLCALL
SDL_RegisterApp
(char *name, Uint32 style, void *hInst);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_main.h
72
extern DECLSPEC int SDLCALL
SDL_RegisterApp
(char *name, Uint32 style, void *hInst);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c
715
int
SDL_RegisterApp
(char *name, Uint32 style, void *hInst)
796
/* Unregisters the windowclass registered in
SDL_RegisterApp
above. */
801
/*
SDL_RegisterApp
might not have been called before */
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c
646
SDL_RegisterApp
(NULL, 0, 0);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
946
SDL_RegisterApp
(NULL, 0, 0);
Completed in 81 milliseconds