mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 04:31:39 +00:00
Declare vf_menu_pause_update in libmenu/menu.h.
This avoids a forward declaration in mplayer.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30582 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4b6ce33628
commit
782c37899b
@ -21,6 +21,7 @@
|
||||
|
||||
#include "m_struct.h"
|
||||
#include "libmpcodecs/mp_image.h"
|
||||
#include "libmpcodecs/vf.h"
|
||||
|
||||
struct menu_priv_s;
|
||||
typedef struct menu_s menu_t;
|
||||
@ -113,4 +114,6 @@ 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);
|
||||
|
||||
void vf_menu_pause_update(struct vf_instance_s* vf);
|
||||
|
||||
#endif /* MPLAYER_MENU_H */
|
||||
|
Loading…
Reference in New Issue
Block a user