Changeset 170 for Include/api_gdi.sbp


Ignore:
Timestamp:
Mar 16, 2007, 10:01:14 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

winnt.ab, windef.ab, guiddef.abを導入

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_gdi.sbp

    r160 r170  
    4545
    4646TypeDef BCHAR = TBYTE
    47 
    48 Type _System_DeclareHandle_HPALETTE:unused As DWord:End Type
    49 TypeDef HPALETTE = *_System_DeclareHandle_HPALETTE
    50 
    51 ' Point/Rectangle/Size struct
    52 Type POINTAPI
    53     x As Long
    54     y As Long
    55 End Type
    56 
    57 Type RECT
    58     left As Long
    59     top As Long
    60     right As Long
    61     bottom As Long
    62 End Type
    63 
    64 Type SIZE
    65     cx As Long
    66     cy As Long
    67 End Type
    6847
    6948' Metafile and EnhancedMetafile
     
    12371216
    12381217/* OpenGL Support */
    1239 Type _System_DeclareHandle_HGLRC:unused As DWord:End Type
    1240 TypeDef HGLRC = *_System_DeclareHandle_HGLRC
    12411218
    12421219Declare Function wglCopyContext Lib "opengl32" (hglrcSource As HGLRC, hglrcDest As HGLRC, mask As DWord) As BOOL
Note: See TracChangeset for help on using the changeset viewer.