File: mouse-r.xbm

package info (click to toggle)
xpuzzles 5.4.4-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,776 kB
  • ctags: 3,946
  • sloc: ansic: 34,831; makefile: 1,811; sh: 1,526
file content (6 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (158)
1
2
3
4
5
6
#define mouse_right_width 16
#define mouse_right_height 16
static unsigned char mouse_right_bits[] = {
   0xf8, 0x1f, 0xfc, 0x3f, 0x6c, 0x33, 0x6c, 0x33, 0x6c, 0x33, 0x6c, 0x33,
   0x6c, 0x33, 0x6c, 0x33, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f,
   0xfc, 0x3f, 0xfc, 0x23, 0xfc, 0x3f, 0xf8, 0x1f};