File: gray75.bmp

package info (click to toggle)
tk8.4 8.4.19-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 17,088 kB
  • sloc: ansic: 158,687; tcl: 16,078; makefile: 1,766; sh: 677
file content (6 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (64)
1
2
3
4
5
6
#define gray75_width 16
#define gray75_height 16
static unsigned char gray75_bits[] = {
   0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd,
   0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd,
   0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd};