X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmacosx%2Fvout_macosx.c;h=ac171ae7cb36958cfd32e46d0281a41af47b15ef;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=7d4705e1b24bde3a7ce31e64a764641ab75d6c38;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/plugins/macosx/vout_macosx.c b/plugins/macosx/vout_macosx.c index 7d4705e1b2..ac171ae7cb 100644 --- a/plugins/macosx/vout_macosx.c +++ b/plugins/macosx/vout_macosx.c @@ -256,7 +256,7 @@ static int CreateDisplay( vout_thread_t *p_vout ) //FIXME - if I ever dispose of the Gworlds and recreate them, i'll have a new address //and I'll need to tell vout about them... dunno what problems vout might have if we just updateGworld - vout_SetBuffers( p_vout, hPixmapBaseAddr0, hPixmapBaseAddr1 ); + p_vout->pf_setbuffers( p_vout, hPixmapBaseAddr0, hPixmapBaseAddr1 ); return 0; }