Home
last modified time | relevance | path

Searched refs:X11_SetWindowPos (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11wm_c.h35 extern void X11_SetWindowPos(_THIS, int x, int y);
DSDL_x11wm.c376 void X11_SetWindowPos(_THIS, int x, int y) in X11_SetWindowPos() function
DSDL_x11video.c169 device->SetWindowPos = X11_SetWindowPos; in X11_CreateDevice()