Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
700 B

  1. ;---------------------------Module-Header------------------------------;
  2. ; Module Name: stucts.inc
  3. ;
  4. ; Copyright (c) 1992-1999 Microsoft Corporation
  5. ;-----------------------------------------------------------------------;
  6. ;-----------------------------------------------------------------------;
  7. ; DFBBLT is used to store DFB BLTing info
  8. ;-----------------------------------------------------------------------;
  9. DDALINE STRUC
  10. ulFlags dd ? ; dda flags
  11. ptlStart0 dd ? ; point.x
  12. ptlStart1 dd ? ; point.y
  13. cPels dd ? ; pixel count
  14. dMajor dd ? ; major axis error term
  15. dMinor dd ? ; minor axes error term
  16. lErrorTerm dd ? ; dda error term
  17. xInc dd ? ; not used
  18. DDALINE ENDS