File: bm_except.h

package info (click to toggle)
plan 1.10.1-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,228 kB
  • ctags: 1,995
  • sloc: ansic: 25,050; perl: 1,361; sh: 1,003; makefile: 528; yacc: 121; sed: 17
file content (6 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#define except_width 16
#define except_height 16
static char except_bits[] = {
   0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0x60, 0x06, 0x60, 0x06,
   0xb0, 0x0d, 0xb0, 0x0d, 0x98, 0x19, 0x98, 0x19, 0x0c, 0x30, 0x8c, 0x31,
   0x86, 0x61, 0x06, 0x60, 0xff, 0xff, 0xfe, 0x7f};