Ignore:
Timestamp:
Feb 9, 2000, 2:44:32 PM (26 years ago)
Author:
sandervl
Message:

added version resources + removed/rewrote exitlist handlers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/opengl32.def

    r2689 r2699  
    1 ;/* $Id: opengl32.def,v 1.4 2000-02-09 08:50:54 jeroen Exp $ */
     1;/* $Id: opengl32.def,v 1.5 2000-02-09 13:44:31 sandervl Exp $ */
    22LIBRARY OPENGL32 INITINSTANCE
    33
     
    55
    66IMPORTS
    7    GetPixelFormat=GDI32.GetPixelFormat
    8    DescribePixelFormat=GDI32.DescribePixelFormat
    9    ChoosePixelFormat=GDI32.ChoosePixelFormat
    10    SetPixelFormat=GDI32.SetPixelFormat
    11    SwapBuffers=GDI32.SwapBuffers
    127   OS2glAccum=OPENGL.glAccum
    138   OS2glAlphaFunc=OPENGL.glAlphaFunc
     
    369364
    370365EXPORTS
    371    GetPixelFormat
    372    SetPixelFormat
    373    ChoosePixelFormat
    374    DescribePixelFormat
    375    SwapBuffers
     366   GetPixelFormat            = _GetPixelFormat@4
     367   SetPixelFormat            = _SetPixelFormat@12
     368   ChoosePixelFormat         = _ChoosePixelFormat@8
     369   DescribePixelFormat       = _DescribePixelFormat@16
     370   SwapBuffers               = _SwapBuffers@4
     371
    376372; NOTE: The Glmf** functions are NT specific. The are used to generate an
    377373; enhanced meta-file in which OpenGL commands are stored.
Note: See TracChangeset for help on using the changeset viewer.