summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSOpenGL.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSOpenGL.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSOpenGL.inc15
1 files changed, 4 insertions, 11 deletions
diff --git a/packages/cocoaint/src/appkit/NSOpenGL.inc b/packages/cocoaint/src/appkit/NSOpenGL.inc
index 057340f2d3..e395a1d5f2 100644
--- a/packages/cocoaint/src/appkit/NSOpenGL.inc
+++ b/packages/cocoaint/src/appkit/NSOpenGL.inc
@@ -1,16 +1,6 @@
{ Parsed from Appkit.framework NSOpenGL.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
-{$ifdef HEADER}
-{$ifndef NSOPENGL_PAS_H}
-{$define NSOPENGL_PAS_H}
-type
- NSOpenGLPixelFormatPointer = Pointer;
- NSOpenGLPixelBufferPointer = Pointer;
- NSOpenGLContextPointer = Pointer;
-
-{$endif}
-{$endif}
{$ifdef TYPES}
{$ifndef NSOPENGL_PAS_T}
@@ -113,8 +103,11 @@ type
{$ifdef FORWARD}
NSOpenGLPixelFormat = objcclass;
+ NSOpenGLPixelFormatPointer = ^NSOpenGLPixelFormat;
NSOpenGLPixelBuffer = objcclass;
+ NSOpenGLPixelBufferPointer = ^NSOpenGLPixelBuffer;
NSOpenGLContext = objcclass;
+ NSOpenGLContextPointer = ^NSOpenGLContext;
{$endif}