2025-04-27 07:49:33 -04:00

20 lines
700 B
PHP

;---------------------------Module-Header------------------------------;
; Module Name: stucts.inc
;
; Copyright (c) 1992-1999 Microsoft Corporation
;-----------------------------------------------------------------------;
;-----------------------------------------------------------------------;
; DFBBLT is used to store DFB BLTing info
;-----------------------------------------------------------------------;
DDALINE STRUC
ulFlags dd ? ; dda flags
ptlStart0 dd ? ; point.x
ptlStart1 dd ? ; point.y
cPels dd ? ; pixel count
dMajor dd ? ; major axis error term
dMinor dd ? ; minor axes error term
lErrorTerm dd ? ; dda error term
xInc dd ? ; not used
DDALINE ENDS