]> git.sesse.net Git - vlc/blobdiff - plugins/macosx/vout_macosx.c
* Fixed the BeOS compile typo.
[vlc] / plugins / macosx / vout_macosx.c
index 7d4705e1b24bde3a7ce31e64a764641ab75d6c38..ac171ae7cb36958cfd32e46d0281a41af47b15ef 100644 (file)
@@ -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;
 }