File: cursor.xbm

package info (click to toggle)
libimage-size-ruby 20040618-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 204 kB
  • ctags: 27
  • sloc: ruby: 317; makefile: 60
file content (6 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define cursor_width 16
#define cursor_height 16
static unsigned char cursor_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x84, 0x10, 0xe8, 0x0b, 0x90, 0x04,
   0xa8, 0x0a, 0x88, 0x08, 0xfe, 0x3f, 0x88, 0x08, 0xa8, 0x0a, 0x90, 0x04,
   0xe8, 0x0b, 0x84, 0x10, 0x80, 0x00, 0x00, 0x00};