File: checkmark.xbm

package info (click to toggle)
xpaint 2.6.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,520 kB
  • ctags: 2,552
  • sloc: ansic: 26,927; makefile: 43; sh: 23
file content (6 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
#define checkmark_width 16
#define checkmark_height 16
static unsigned char checkmark_bits[] = {
   0x00, 0xc0, 0x00, 0xe0, 0x00, 0x70, 0x00, 0x38, 0x00, 0x1c, 0x00, 0x0e,
   0x00, 0x0e, 0x00, 0x07, 0x80, 0x03, 0x83, 0x03, 0xcf, 0x01, 0xdf, 0x01,
   0xfc, 0x01, 0xf8, 0x00, 0xf0, 0x00, 0xe0, 0x00};