Searched defs:SDL_VideoData (Results 1 – 12 of 12) sorted by relevance
74 typedef struct SDL_VideoData struct76 Display *display;77 char *classname;78 pid_t pid;79 XIM im;80 Uint32 screensaver_activity;81 int numwindows;82 SDL_WindowData **windowlist;83 int windowlistlength;84 XID window_group;[all …]
37 typedef struct SDL_VideoData { struct38 Uint32 format;62 } SDL_VideoData; argument
47 typedef struct SDL_VideoData struct58 } SDL_VideoData; argument
126 typedef struct SDL_VideoData struct128 int render;130 DWORD clipboard_count;133 void* userDLL;138 void* shcoreDLL;144 SDL_bool ime_com_initialized;145 struct ITfThreadMgr *ime_threadmgr;146 SDL_bool ime_initialized;147 SDL_bool ime_enabled;148 SDL_bool ime_available;[all …]
30 typedef struct SDL_VideoData struct37 } SDL_VideoData; argument
44 typedef struct SDL_VideoData { struct60 } SDL_VideoData; typedef
35 typedef struct SDL_VideoData struct38 } SDL_VideoData; argument
36 typedef struct SDL_VideoData struct52 } SDL_VideoData; argument
33 typedef struct SDL_VideoData struct36 } SDL_VideoData; argument
43 @implementation SDL_VideoData implementation
66 } SDL_VideoData; typedef