File: grip0.xbm

package info (click to toggle)
fkiss 0.33a.patch-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 804 kB
  • ctags: 1,074
  • sloc: ansic: 9,141; sh: 2,924; makefile: 98; sed: 14
file content (8 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#define grip0_width 16
#define grip0_height 16
#define grip0_x_hot 2
#define grip0_y_hot 4
static unsigned char grip0_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x1f,
   0xf8, 0x3f, 0xf0, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0xff, 0xf8, 0xff,
   0xf8, 0xff, 0xf0, 0xff, 0xe0, 0xff, 0x00, 0x7e};