comparison 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
comparison
equal deleted inserted replaced
35093:627492239a72 35094:967b0f13715c
30 void vo_osx_uninit(void); 30 void vo_osx_uninit(void);
31 void vo_osx_ontop(void); 31 void vo_osx_ontop(void);
32 void vo_osx_fullscreen(void); 32 void vo_osx_fullscreen(void);
33 int vo_osx_check_events(void); 33 int vo_osx_check_events(void);
34 void vo_osx_update_xinerama_info(void); 34 void vo_osx_update_xinerama_info(void);
35 void vo_osx_swap_buffers(void);
35 36
36 #endif /* MPLAYER_OSX_COMMON_H */ 37 #endif /* MPLAYER_OSX_COMMON_H */