Sha256: 60d323e8ce27ef0450737b15514674555d93bb1a32ce040d1af864bda18b4961
Contents?: true
Size: 290 Bytes
Versions: 20
Compression:
Stored size: 290 Bytes
Contents
#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};
Version data entries
20 entries across 20 versions & 4 rubygems