Index: plugin/mac/o3d_layer.h |
=================================================================== |
--- plugin/mac/o3d_layer.h (revision 55159) |
+++ plugin/mac/o3d_layer.h (working copy) |
@@ -48,14 +48,14 @@ |
- (CGLContextObj)glContext; |
-- (void)drawInCGLContext:(CGLContextObj)ctx |
+- (void)drawInCGLContext:(CGLContextObj)ctx |
pixelFormat:(CGLPixelFormatObj)pf |
- forLayerTime:(CFTimeInterval)t |
+ forLayerTime:(CFTimeInterval)t |
displayTime:(const CVTimeStamp *)ts; |
- (void)setPluginObject:(PluginObject *)obj; |
-- (void)setWidth:(int)width |
+- (void)setWidth:(int)width |
height:(int)height; |
@end |