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.

31 lines
1.0 KiB

  1. //
  2. // TOSHIBA CORPORATION PROPRIETARY INFORMATION
  3. // This software is supplied under the terms of a license agreement or
  4. // nondisclosure agreement with TOSHIBA Corporation and may not be copied
  5. // or disclosed except in accordance with the terms of that agreement.
  6. // Copyright (c) 1997 TOSHIBA Corporation. All Rights Reserved.
  7. //
  8. // Workfile: IMAGE.H
  9. //
  10. // Purpose:
  11. //
  12. // Contents:
  13. //
  14. #ifndef _IMAGE_H_
  15. #define _IMAGE_H_
  16. #define IMAGE_VFL 0x00010000 // Vertical Filter (Use P_FILT_REG)
  17. #define IMAGE_FL_0 0 // Horizontal Filter (Use P_FILT_REG)
  18. #define IMAGE_FL_1 1 // Horizontal Filter (Use P_FILT_REG)
  19. #define IMAGE_FL_2 2 // Horizontal Filter (Use P_FILT_REG)
  20. #define IMAGE_FL_3 3 // Horizontal Filter (Use P_FILT_REG)
  21. #define IMAGE_FL_4 4 // Horizontal Filter (Use P_FILT_REG)
  22. #define IMAGE_CHGCOL_AVAIL 0x00010000 // Change Color (Use P_LUMI_REG)
  23. #define IMAGE_CHGCOL_NOTAVAIL 0x00000000 // Not Change Color (Use P_LUMI_REG)
  24. #endif