HomeSort by relevance Sort by last modified time
    Searched defs:SDL_windowid (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 56 char * SDL_windowid ;
78 #define SDL_windowid (this -> hidden -> SDL_windowid)
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 64 char *SDL_windowid; /* Flag: true if we have been passed a window */
127 #define SDL_windowid (this->hidden->SDL_windowid)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 72 char *SDL_windowid; /* Flag: true if we have been passed a window */
182 #define SDL_windowid (this->hidden->SDL_windowid)
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 785 /* This allows the SDL_WINDOWID hack */
786 BOOL SDL_windowid = FALSE;

Completed in 110 milliseconds