File: mouse.bm

package info (click to toggle)
xcal 4.1-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 552 kB
  • ctags: 563
  • sloc: ansic: 5,583; sh: 527; makefile: 90
file content (6 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define mouse_width 16
#define mouse_height 13
static UNSIGNED char mouse_bits[] = {
   0xfe, 0x7f, 0xff, 0xff, 0x21, 0x84, 0xa1, 0xb5, 0xa1, 0xb5, 0xa1, 0xb5,
   0xa1, 0xb5, 0xa1, 0xb5, 0xa1, 0xb5, 0x21, 0x84, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff};