Home
last modified time | relevance | path

Searched refs:wmmsg (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_wimppoll.c283 SDL_SysWMmsg wmmsg; in WIMP_Poll() local
285 SDL_VERSION(&wmmsg.version); in WIMP_Poll()
286 wmmsg.eventCode = code; in WIMP_Poll()
287 SDL_memcpy(wmmsg.pollBlock, message, 64 * sizeof(int)); in WIMP_Poll()
290 if (SDL_PrivateSysWMEvent(&wmmsg)) doPoll = 0; in WIMP_Poll()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibevents.c243 SDL_SysWMmsg wmmsg; in DIB_HandleMessage() local
245 SDL_VERSION(&wmmsg.version); in DIB_HandleMessage()
246 wmmsg.hwnd = hwnd; in DIB_HandleMessage()
247 wmmsg.msg = msg; in DIB_HandleMessage()
248 wmmsg.wParam = wParam; in DIB_HandleMessage()
249 wmmsg.lParam = lParam; in DIB_HandleMessage()
250 posted = SDL_PrivateSysWMEvent(&wmmsg); in DIB_HandleMessage()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_amigaevents.c269 SDL_SysWMmsg wmmsg; in amiga_DispatchEvent() local
271 SDL_VERSION(&wmmsg.version); in amiga_DispatchEvent()
273 wmmsg.subsystem = SDL_SYSWM_CGX; in amiga_DispatchEvent()
274 wmmsg.event.xevent = xevent; in amiga_DispatchEvent()
276 posted = SDL_PrivateSysWMEvent(&wmmsg); in amiga_DispatchEvent()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11events.c850 SDL_SysWMmsg wmmsg; in X11_DispatchEvent() local
852 SDL_VERSION(&wmmsg.version); in X11_DispatchEvent()
853 wmmsg.subsystem = SDL_SYSWM_X11; in X11_DispatchEvent()
854 wmmsg.event.xevent = xevent; in X11_DispatchEvent()
855 posted = SDL_PrivateSysWMEvent(&wmmsg); in X11_DispatchEvent()
877 SDL_SysWMmsg wmmsg; in X11_DispatchEvent() local
879 SDL_VERSION(&wmmsg.version); in X11_DispatchEvent()
880 wmmsg.subsystem = SDL_SYSWM_X11; in X11_DispatchEvent()
881 wmmsg.event.xevent = xevent; in X11_DispatchEvent()
882 posted = SDL_PrivateSysWMEvent(&wmmsg); in X11_DispatchEvent()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events.c549 SDL_SysWMmsg wmmsg; in DX5_HandleMessage() local
551 SDL_VERSION(&wmmsg.version); in DX5_HandleMessage()
552 wmmsg.hwnd = hwnd; in DX5_HandleMessage()
553 wmmsg.msg = msg; in DX5_HandleMessage()
554 wmmsg.wParam = wParam; in DX5_HandleMessage()
555 wmmsg.lParam = lParam; in DX5_HandleMessage()
556 posted = SDL_PrivateSysWMEvent(&wmmsg); in DX5_HandleMessage()
/external/qemu/distrib/sdl-1.2.12/src/events/
DSDL_events.c49 struct SDL_SysWMmsg wmmsg[MAXEVENTS]; member
276 SDL_EventQ.wmmsg[next] = *event->syswm.msg; in SDL_AddEvent()
278 &SDL_EventQ.wmmsg[next]; in SDL_AddEvent()