Home
last modified time | relevance | path

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

/dports/games/xglk/xglk/
H A Dxg_win_graphics.h10 extern XRectangle *win_graphics_get_rect(window_t *win);
H A Dxg_win_graphics.c131 XRectangle *win_graphics_get_rect(window_t *win) in win_graphics_get_rect() function
H A Dxg_window.c1016 return win_graphics_get_rect(win); in gli_window_get_rect()