File: left_curs

package info (click to toggle)
irsim 9.7.75-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,596 kB
  • sloc: ansic: 24,733; sh: 6,803; makefile: 411; csh: 269; tcl: 76
file content (8 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#define left_curs_width 16
#define left_curs_height 16
#define left_curs_x_hot 2
#define left_curs_y_hot 7
static char left_curs_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xc0, 0x00, 0xe0, 0x00, 0xf0, 0x00,
   0xf8, 0x3f, 0xfc, 0x3f, 0xf8, 0x3f, 0xf0, 0x00, 0xe0, 0x00, 0xc0, 0x00,
   0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};