diff libvo/osx_objc_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 9fcfc9c5f038
children 967b0f13715c
line wrap: on
line diff
--- a/libvo/osx_objc_common.h	Thu Sep 13 20:28:30 2012 +0000
+++ b/libvo/osx_objc_common.h	Thu Sep 13 20:44:46 2012 +0000
@@ -62,6 +62,7 @@
 //window & rendering
 - (void) preinit;
 - (void) config:(uint32_t)width:(uint32_t)height:(uint32_t)flags;
+- (void) drawRect: (NSRect *) bounds;
 - (void) reshape;
 
 //vo control