Searched refs:SDL_WM_SetPos (Results 1 – 4 of 4) sorted by relevance
380 SDL_WM_SetPos(x, y);
942 extern DECLSPEC void SDL_WM_SetPos(int x, int y);
1251 SDL_WM_SetPos( x, y ); in skin_window_create()1273 SDL_WM_SetPos(new_x, new_y); in skin_window_create()1388 SDL_WM_SetPos( window_x, window_y ); in skin_window_resize()
1971 void SDL_WM_SetPos(int x, int y) in SDL_WM_SetPos() function