X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout_wrapper.h;h=13637c9a4cde09d128851be30d63e772f22a323f;hb=cf1a26480ab872d894dd20aa9d444b54369c0211;hp=a824f714f7b89a598554acda9196db112fcaf8dd;hpb=0e68a6e6ab4e07a76cc8be078b08e8ada752d7af;p=vlc diff --git a/include/vlc_vout_wrapper.h b/include/vlc_vout_wrapper.h index a824f714f7..13637c9a4c 100644 --- a/include/vlc_vout_wrapper.h +++ b/include/vlc_vout_wrapper.h @@ -79,7 +79,7 @@ VLC_EXPORT(bool, vout_IsDisplayFiltered, (vout_display_t *)); VLC_EXPORT(picture_t *, vout_FilterDisplay, (vout_display_t *, picture_t *)); VLC_EXPORT(bool, vout_AreDisplayPicturesInvalid, (vout_display_t *)); -VLC_EXPORT(void, vout_ManageDisplay, (vout_display_t *)); +VLC_EXPORT(void, vout_ManageDisplay, (vout_display_t *, bool allow_reset_pictures)); VLC_EXPORT(void, vout_SetDisplayFullscreen, (vout_display_t *, bool is_fullscreen)); VLC_EXPORT(void, vout_SetDisplayFilled, (vout_display_t *, bool is_filled));