I am developing an app for Mac, with MacOS X 10.4 sdk and XCode 3.1.
This app makes OpenGL animations. I am getting some trouble when animating within an NSWindow.
I put my subclass of NSOpenGLView within a NSWindow.
[[myWindow contentView] addSubview:glView];
glView is double...