mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Turn rgui_osk_ptr_at_pos into static function
This commit is contained in:
parent
eb92274f9b
commit
5e772350b4
@ -2884,7 +2884,7 @@ static void rgui_blit_cursor(rgui_t *rgui)
|
||||
}
|
||||
}
|
||||
|
||||
int rgui_osk_ptr_at_pos(void *data, int x, int y,
|
||||
static int rgui_osk_ptr_at_pos(void *data, int x, int y,
|
||||
unsigned width, unsigned height)
|
||||
{
|
||||
/* This is a lazy copy/paste from rgui_render_osk(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user