diff libvo/osx_common.h @ 35092:cc8276116e95

gl: support screen redraw on OSX. This is necessary to support e.g. the smooth fullscreen animations.
author reimar
date Thu, 13 Sep 2012 20:44:46 +0000
parents 078a00af881c
children 967b0f13715c
line wrap: on
line diff
--- a/libvo/osx_common.h	Thu Sep 13 20:28:30 2012 +0000
+++ b/libvo/osx_common.h	Thu Sep 13 20:44:46 2012 +0000
@@ -24,6 +24,7 @@
 void config_movie_aspect(float config_aspect);
 void osx_foreground_hack(void);
 
+extern void (*vo_osx_redraw_func)(void);
 int vo_osx_init(void);
 int vo_osx_config(uint32_t, uint32_t, uint32_t);
 void vo_osx_uninit(void);