File: cursor.xbm

package info (click to toggle)
libimage-size-ruby 1%3A0.1.1-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 272 kB
  • ctags: 234
  • sloc: ruby: 1,543; sh: 69; makefile: 16
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};