mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Add missing vo_w32_border prototype
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25814 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
da28fa2ab2
commit
b34d4097bb
@ -10,6 +10,7 @@ extern int vo_vm;
|
||||
extern int vo_w32_init(void);
|
||||
extern void vo_w32_uninit(void);
|
||||
extern void vo_w32_ontop(void);
|
||||
extern void vo_w32_border(void);
|
||||
extern void vo_w32_fullscreen(void);
|
||||
extern int vo_w32_check_events(void);
|
||||
extern int vo_w32_config(uint32_t, uint32_t, uint32_t);
|
||||
|
Loading…
Reference in New Issue
Block a user