home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 17 / amigaformatcd17.iso / -look_here_1st!- / handy_tools / tinymeter / source / tinymeter_prefs / question.c < prev    next >
C/C++ Source or Header  |  1997-02-27  |  1KB  |  37 lines

  1. #ifdef USE_QUESTION_COLORS
  2. const ULONG question_colors[24] =
  3. {
  4.     0x96969696,0x96969696,0x96969696,
  5.     0x00000000,0x00000000,0x00000000,
  6.     0xe1e1e1e1,0xe1e1e1e1,0xe1e1e1e1,
  7.     0x46464646,0x60606060,0xa6a6a6a6,
  8.     0x7b7b7b7b,0x7b7b7b7b,0x7b7b7b7b,
  9.     0xafafafaf,0xafafafaf,0xafafafaf,
  10.     0xaaaaaaaa,0x90909090,0x7c7c7c7c,
  11.     0xffffffff,0xa9a9a9a9,0x97979797,
  12. };
  13. #endif
  14.  
  15. #define QUESTION_WIDTH        12
  16. #define QUESTION_HEIGHT       14
  17. #define QUESTION_DEPTH         3
  18. #define QUESTION_COMPRESSION   1
  19. #define QUESTION_MASKING       2
  20.  
  21. #ifdef USE_QUESTION_HEADER
  22. const struct BitMapHeader question_header =
  23. { 12,14,264,146,3,2,1,0,0,22,26,704,467 };
  24. #endif
  25.  
  26. #ifdef USE_QUESTION_BODY
  27. const UBYTE question_body[116] = {
  28. 0x01,0x3f,0x80,0xff,0x00,0xff,0x40,0x01,0x60,0xc0,0x01,0x1f,0x00,0xff,0xa0,
  29. 0x01,0xdf,0xe0,0x01,0x3f,0x80,0x01,0x5f,0xd0,0x01,0xbe,0xf0,0x01,0x71,0xc0,
  30. 0x01,0x30,0xc0,0x01,0xbe,0xf0,0x01,0x71,0xc0,0x01,0x30,0xc0,0x01,0xfd,0xf0,
  31. 0x01,0x03,0x80,0x01,0x05,0xc0,0x01,0x7b,0xf0,0x01,0x07,0x00,0x01,0x0b,0x80,
  32. 0x01,0x17,0xe0,0x01,0x0e,0x00,0x01,0x06,0x00,0x01,0x17,0x80,0x01,0x0e,0x00,
  33. 0x01,0x06,0x40,0x01,0x1f,0x80,0xff,0x00,0xff,0x00,0x01,0x11,0x80,0x01,0x0e,
  34. 0x00,0xff,0x00,0x01,0x17,0x80,0x01,0x0e,0x00,0x01,0x06,0x00,0x01,0x1f,0x80,
  35. 0xff,0x00,0xff,0x00,0x01,0x0f,0x80,0xff,0x00,0xff,0x00, };
  36. #endif
  37.