mirror of https://github.com/mpv-player/mpv
menu.h: add struct tag declaration to avoid warnings
This commit is contained in:
parent
05ae9dbd0d
commit
1393793cd3
|
@ -116,6 +116,7 @@ void menu_draw_text_full(mp_image_t* mpi,char* txt,
|
|||
|
||||
void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h);
|
||||
|
||||
struct vf_instance;
|
||||
void vf_menu_pause_update(struct vf_instance *vf);
|
||||
|
||||
#endif /* MPLAYER_MENU_H */
|
||||
|
|
Loading…
Reference in New Issue