diff libvo/osx_common.h @ 35094:967b0f13715c

Provide a swap buffer function for OS X. It does not change any of the issues with double buffering.
author reimar
date Thu, 13 Sep 2012 21:46:59 +0000
parents cc8276116e95
children
line wrap: on
line diff
--- a/libvo/osx_common.h	Thu Sep 13 21:45:14 2012 +0000
+++ b/libvo/osx_common.h	Thu Sep 13 21:46:59 2012 +0000
@@ -32,5 +32,6 @@
 void vo_osx_fullscreen(void);
 int vo_osx_check_events(void);
 void vo_osx_update_xinerama_info(void);
+void vo_osx_swap_buffers(void);
 
 #endif /* MPLAYER_OSX_COMMON_H */