Changeset 170 for Include/api_gdi.sbp
- Timestamp:
- Mar 16, 2007, 10:01:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_gdi.sbp
r160 r170 45 45 46 46 TypeDef BCHAR = TBYTE 47 48 Type _System_DeclareHandle_HPALETTE:unused As DWord:End Type49 TypeDef HPALETTE = *_System_DeclareHandle_HPALETTE50 51 ' Point/Rectangle/Size struct52 Type POINTAPI53 x As Long54 y As Long55 End Type56 57 Type RECT58 left As Long59 top As Long60 right As Long61 bottom As Long62 End Type63 64 Type SIZE65 cx As Long66 cy As Long67 End Type68 47 69 48 ' Metafile and EnhancedMetafile … … 1237 1216 1238 1217 /* OpenGL Support */ 1239 Type _System_DeclareHandle_HGLRC:unused As DWord:End Type1240 TypeDef HGLRC = *_System_DeclareHandle_HGLRC1241 1218 1242 1219 Declare 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.