--- old/modules/graphics/src/main/native-glass/mac/GlassFrameBufferObject.h 2015-03-17 18:08:23.000000000 -0700 +++ new/modules/graphics/src/main/native-glass/mac/GlassFrameBufferObject.h 2015-03-17 18:08:23.000000000 -0700 @@ -38,10 +38,12 @@ GLuint _texture; GLuint _fbo; GLuint _fboToRestore; + BOOL _isSwPipe; } - (void)blitFromFBO:(GlassFrameBufferObject*)other_fbo; - (GLuint)texture; - (GLuint)fbo; +- (void)setIsSwPipe:(BOOL)isSwPipe; @end