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.

37 lines
923 B

  1. ;===============================================================================
  2. ;
  3. ; $Workfile: FONT.INC $
  4. ;
  5. ; Contents:
  6. ; Include file for the font cache.
  7. ;
  8. ; Copyright (c) 1996, Cirrus Logic, Inc.
  9. ;
  10. ; $Log: X:/log/laguna/nt35/displays/cl546x/i386/FONT.INC $
  11. ;
  12. ; Rev 1.6 20 Aug 1996 11:28:58 noelv
  13. ; Bugfix release from Frido 8-19-96
  14. ;
  15. ; Rev 1.0 14 Aug 1996 17:14:34 frido
  16. ; Initial revision.
  17. ;
  18. ; Rev 1.5 25 Jul 1996 15:50:12 bennyn
  19. ;
  20. ; Modified to support DirectDraw
  21. ;
  22. ; Rev 1.4 04 Apr 1996 13:22:20 noelv
  23. ; Frido version 26
  24. ;
  25. ; Rev 1.1 25 Jan 1996 12:44:16 frido
  26. ; Added ID counter in FONTCACHE structure.
  27. ;
  28. ; Rev 1.0 24 Jan 1996 23:13:38 frido
  29. ; Initial release.
  30. ;
  31. ;===============================================================================
  32. BYTES_PER_TILE = 128
  33. LINES_PER_TILE = 16
  34. CACHE_EXPAND_XPAR = 105501F0h
  35.