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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_main.h 71 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
  /prebuilt/windows/sdl/include/SDL/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 791 int SDL_RegisterApp(char *name, Uint32 style, void *hInst)
867 /* Unregisters the windowclass registered in SDL_RegisterApp above. */
872 /* SDL_RegisterApp might not have been called before */
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 534 SDL_RegisterApp(NULL, 0, 0);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 864 SDL_RegisterApp(NULL, 0, 0);

Completed in 167 milliseconds