Kaydet (Commit) efc80f71 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Add hopefully helpful comment

üst 72108b8c
...@@ -8,6 +8,15 @@ ...@@ -8,6 +8,15 @@
// the most interesting is there : in OGLTrans, we use an NSView* // the most interesting is there : in OGLTrans, we use an NSView*
// and subclass the NSView to create an OpenGLView does the trick // and subclass the NSView to create an OpenGLView does the trick
// I can't really parse the above
// This is weird code. AquaOpenGLView objects are actually allocated
// as NSOpenGLView objetcs, and the _openGLContext and _pixelFormat
// fields are copied from the NSOpenGLView.h header so that it has the
// same structure as NSOpenGLView . Surely this could be done in a
// better way? Is this because of some pre-10.4 SDK compatibility,
// which is irrelevant now?
@interface AquaOpenGLView : NSView @interface AquaOpenGLView : NSView
{ {
@private @private
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment